Hardware interview practice
AXI Write Response Is Issued Too Early
Each column is one rising clock edge. The address handshake occurs at C1; the write-data handshake waits until C4 because WREADY is low earlier. Rule to apply: BVALID may be asserted only after both the write-address handshake and the write-data handshake have occurred. What is wrong at C3?
Choose one
Answer choices
- A. The address is accepted before the data.
- B. BVALID rises before the write-data handshake.
- C. WVALID remains high while WREADY is low.
- D. AWREADY is high in idle cycles.
