VLSI Assignment
VLSI Assignment
Evaluate the following statements in order and give the result for each assignment:
a. my_mem [2] = my_logicmem [4];
b. my_logic = my_logicmem [4];
c. my_logicmem [3] = my_mem [3];
d. my_mem [3] = my_logic;
e. my_logic = my_logicmem[1];
f. my_logic = my_mem[1];
g. my_logic = my_logicmem[my_logicmem[4]];
3. What are the Advantages and Disadvantages to Testing at the Block-level? Why?
4. What are the Advantages and Disadvantages to Testing at the System-level? Why?
5. Give the Advantages and Disadvantages of Directed-Testing in System Verilog(SV)?
6. List out and also Elaborate the Advantages and Disadvantages of Constrained
Random Testing(CRT)?
7. Explain in-detail the Data-types in System Verilog?
8. Explain the CRT(Constrained Random Testing) in-detail with-respect-to SV?