generated from riscv/docs-spec-template
-
Notifications
You must be signed in to change notification settings - Fork 45
Fix up Svucrg so load faults and AMOs work #929
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
80ef675 to
e9abb67
Compare
…on tables, remove Svucrg from first ratification package
e9abb67 to
6e40661
Compare
Collaborator
Wait what? We're not ratifying without temporal safety support! |
Collaborator
Author
don't worry - we definitely will - but we need more time to resolve issues with Svucrg before it's ready for freeze - that can be in another PR |
tariqkurd-repo
commented
Feb 2, 2026
tariqkurd-repo
commented
Feb 2, 2026
Signed-off-by: Tariq Kurd <tariq.kurd@codasip.com>
tariqkurd-repo
commented
Feb 2, 2026
Signed-off-by: Tariq Kurd <tariq.kurd@codasip.com>
tariqkurd-repo
commented
Feb 2, 2026
Signed-off-by: Tariq Kurd <tariq.kurd@codasip.com>
Collaborator
Author
|
closing, changes are all included in #933 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Done:
Combine and rename CHERI load page faults into a single lowest priority fault (fix #923)
Remove Svucrglct - require exception when tag is set, allow exception when tag not set, no change in exception priority for the different cases (fix #915)
Update all exception tables to show updated priority (includes fix #924)
Add rule about allowing SC.Y to set PTE.CD even if the store fails
Add notes about (future) AMOCAS.Y (if rs2.tag=1), AMOADD.Y (always) to set CD even if the store fails
Add rule/notes about ensuring CD may be set too often, and load capability faults may fire too often