Hardware interview practice
Unknown Output After Reset
Each column is one rising clock edge. reset_n is the top-level active-low reset; both displayed output registers are still unknown on the first edge after release. Rule to apply: The local reset out_reset_n must clear out_valid to 0 and out_data to 0x00. The top-level and local reset paths may differ. Which signal should be traced next to check whether reset reached the output registers?
Choose one
Answer choices
- A. The write-data bus.
- B. The FIFO full flag.
- C. The interrupt mask.
- D. out_reset_n at the reset pins of the output registers.
