Summary

This document contains quiz questions on Verilog, a hardware description language and important VLSI concepts. The questions cover topics such as synthesis, static timing analysis, clock tree synthesis, placement, and routing which are important for digital integrated circuit design.

Full Transcript

Verilog (lecture 2) 1. Which of these is not a legitimate constant in verilog? 1. 5'd14 2. 12'habc 3. 3'bxyz 4. 8'bx 2. Sequential blocks (mark the correct answer)? 1. Use (*) in your sensitivity list 2. Always use non-blocking (

Verilog (lecture 2) 1. Which of these is not a legitimate constant in verilog? 1. 5'd14 2. 12'habc 3. 3'bxyz 4. 8'bx 2. Sequential blocks (mark the correct answer)? 1. Use (*) in your sensitivity list 2. Always use non-blocking (