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

Fixed bug where TLB MSHR merging would lose data #365

Merged
merged 1 commit into from
Jul 30, 2023

Conversation

ngober
Copy link
Collaborator

@ngober ngober commented Jul 27, 2023

This patch fixes a bug where a MSHR merge in the TLB would discard the translation, resulting in occasionally failed packet.address != 0 assertions.

@ngober ngober added the bug label Jul 27, 2023
@ngober ngober added this to the v1.1 milestone Jul 27, 2023
@ngober ngober linked an issue Jul 27, 2023 that may be closed by this pull request
@ngober ngober merged commit ea5d690 into release/2023-06 Jul 30, 2023
ngober added a commit that referenced this pull request Aug 4, 2023
This patch fixes a bug where a MSHR merge in the TLB would discard the
translation, resulting in occasionally failed `packet.address != 0`
assertions.
@ngober ngober deleted the 358-assertion-error branch August 21, 2023 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Assertion Error
1 participant