0% found this document useful (0 votes)
2 views

Assignment (1)

The document outlines various topics related to programming concepts, including procedural blocks, assign statements, operators, data types, arrays, and vectors in Verilog. It requests short notes with pseudocode examples for each topic and emphasizes the need for example codes demonstrating the functionality of these concepts. Additionally, it includes a specific task to create and display a 10-element array of 8-bit vectors initialized to a specific value.

Uploaded by

Ruturaj Nakum
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Assignment (1)

The document outlines various topics related to programming concepts, including procedural blocks, assign statements, operators, data types, arrays, and vectors in Verilog. It requests short notes with pseudocode examples for each topic and emphasizes the need for example codes demonstrating the functionality of these concepts. Additionally, it includes a specific task to create and display a 10-element array of 8-bit vectors initialized to a specific value.

Uploaded by

Ruturaj Nakum
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Q1. Read about procedural blocks and their functionality. Write a short note with pseudocode examples.

Q2. Read about assign statement. Write a short note with pseudocode examples.

Q3. Read about all the operators . Write working example codes for each type of operator (logical,
arithmetic, etc.).

Q4. Read about all the data types. Write example codes for showing use and format specifiers for
displaying each data types.

Q5. Read about arrays and vectors in verilog. Write short note woth examples of how to instantiate
them.

Q6. Create a 10 element array of vector of sizr of 8 bits. Initialize each vector value to 8'hac. Displaying
entire array.

You might also like