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

mem_to_banks_detailed: Ensure no spurious response after full dead write #224

Merged
merged 4 commits into from
Jul 18, 2024

Conversation

micprog
Copy link
Member

@micprog micprog commented Jul 11, 2024

No description provided.

Copy link
Collaborator

@niwis niwis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@micprog thanks for the contribution! Three points from my side:

  1. Masking dead_response with ~dead_write_fifo_empty makes sense to me.
  2. Is the reduction (lines 156, 159, 161) really necessary?
  3. Why do we need to change the input of the dead_read_fifo from bank_oup to bank_req?

@niwis
Copy link
Collaborator

niwis commented Jul 18, 2024

As discussed in person, 3. is necessary to align the dead_read_fifo input data with the handshakes. The reductions (2.) can be removed.

@niwis niwis force-pushed the michaero/fix_memtobanks_deadwrite branch from fa8f9c7 to d213808 Compare July 18, 2024 12:08
@niwis niwis merged commit af926a5 into master Jul 18, 2024
5 checks passed
@niwis niwis deleted the michaero/fix_memtobanks_deadwrite branch July 18, 2024 12:13
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.

2 participants