Skip to content

🐛 Fix indirect writing to WO fields with identity specs#147

Merged
bdeane-intel merged 1 commit intointel:mainfrom
elbeno:fix-wo-identity-check
Mar 3, 2026
Merged

🐛 Fix indirect writing to WO fields with identity specs#147
bdeane-intel merged 1 commit intointel:mainfrom
elbeno:fix-wo-identity-check

Conversation

@elbeno
Copy link
Contributor

@elbeno elbeno commented Mar 3, 2026

Problem:

  • When writing to a WO field in a register, if there are other WO fields in the same register, their identity specs are not properly checked, leading to a spurious RMW assertion.

Solution:

  • Only issue a RMW error if the WO fields do not have identity specs. If they do, we won't incur a RMW.

Problem:
- When writing to a WO field in a register, if there are other WO fields in the
  same register, their identity specs are not properly checked, leading to a
  spurious RMW assertion.

Solution:
- Only issue a RMW error if the WO fields do not have identity specs. If they
  do, we won't incur a RMW.
@bdeane-intel bdeane-intel merged commit 7c04be6 into intel:main Mar 3, 2026
31 checks passed
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