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

fix: handling of errors for write miss requests #38

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

cfuguet
Copy link
Contributor

@cfuguet cfuguet commented Oct 29, 2024

In the RTAB, only tag a request as error if it is a write miss and its corresponding refill response is an error.

  • Add a new dependency bit in the RTAB to indicate the pending request is a write miss
  • Refactor the RTAB code to use a packed structure to represent the dependency bits

Closes #31

In the RTAB, only tag a request as error if it is a write miss and its
corresponding refill response is an error.

- Add a new dependency bit in the RTAB to indicate the pending request is a
  write miss
- Refactor the RTAB code to use a packed structure to represent the dependency
  bits
@cfuguet cfuguet self-assigned this Oct 29, 2024
@cfuguet cfuguet merged commit a287173 into master Oct 29, 2024
4 checks passed
@cfuguet cfuguet deleted the dev/fix_write_miss_error_response branch October 29, 2024 09:35
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.

[Question] How are the error responses treated
1 participant