Hardware interview practice
Block Remains in Reset
Each column is one rising clock edge. The top-level reset is released at C2, but block_active remains low through C7 after local synchronization time. Rule to apply: Top-level reset release must reach block_reset_n_sync within two sampled edges. While block_enable=1, block_active must become 1 on the following edge. Therefore a C2 top-level release makes C5 the latest legal block_active assertion. Which signal should be traced next to find out whether reset release reached the block?
Choose one
Answer choices
- A. The AXI write response.
- B. The interrupt pending bit.
- C. block_reset_n_sync inside the block.
- D. The FIFO output data.
