Hardware interview practice
Choose always_comb over a manual sensitivity list
Why is always_comb generally preferred to a manually maintained Verilog sensitivity list for combinational RTL?
Choose one
Answer choices
- A. It automatically creates a clock.
- B. It allows synthesizable timing delays.
- C. It guarantees the block reads no inputs.
- D. Tools include signals read by the block and apply additional combinational checks, reducing mismatch from omitted sensitivity.
