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_demux: Replace write FIFO (w_fifo) with a write credit counter #253

Merged
merged 3 commits into from
Sep 29, 2022

Conversation

thommythomaso
Copy link
Collaborator

No description provided.

@thommythomaso thommythomaso self-assigned this Aug 30, 2022
@WRoenninger
Copy link
Collaborator

WRoenninger commented Sep 2, 2022

From #116:

axi_demux: Remove FIFO between AW and W channel, is now a register plus counter.
Prevents AWs to be emmitted downstream to a different master port as long as Ws
are still in flight to another. This prevents deadlock, if there is stalling
downstream.

@thommythomaso thommythomaso force-pushed the axi_demux_counter-tbenz branch 4 times, most recently from ac582d5 to 0364806 Compare September 29, 2022 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants