Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

axi_dw_downsizer: AXI Slave BRESP changes in value during BVALID’s wait for BREADY #289

Open
neildaxiomise opened this issue Mar 28, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@neildaxiomise
Copy link

The AXI Slave protocol property that BRESP does not change in value while BVALID is asserted waiting for BREADY to go high is seen to be violated. The waveform shows this case.

The yellow section shows two beats of the Master AXI interface B write response channel input. The first beat is a single BVALID && BRESP handshake, then a two-cycle beat with BVALID high on both cycles and BREADY only high on the second cycle. BRESP behaves as expected, that is, not changing its value while BVALID is asserted waiting for BREADY to go high.

However, the red section shows the two beats on the Slave AXI interface B write response channel input. The first beat is a single BVALID && BRESP handshake, and the second beat shows a two-cycle beat with BVALID high on both cycles and BREADY only high on the second cycle. BRESP changes its value on the second cycle, which breaks the AXI protocol.

BRESP_not_stable_with_BVALID

@thommythomaso thommythomaso added the bug Something isn't working label Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants