Skip to content

Fixed an issue where the "RESPONSE_READ" was skipped.

Pascal Bos requested to merge wb_axi4lite_bridge_fix into proposed_master

Issue occurred when "wb.ack" became active in the same cycle as "wb.stall" became inactive. The "RESPONSE_READ" state was skipped and therefore a proper handshake with the axilite bus wasn't guaranteed.

Merge request reports