Assignment (1)
Assignment (1)
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.