This question evaluates understanding of RTL static analysis and common lint warnings/errors in Verilog/SystemVerilog, testing competence in diagnosing issues such as modules treated as black boxes, combinational loops, and width mismatches.
You are writing RTL (e.g., Verilog/SystemVerilog) and run a lint tool on your code.
The tool reports items such as:
Explain for each of these:
Also briefly describe why running lint is important in a digital design flow.
Login required