-
Notifications
You must be signed in to change notification settings - Fork 95
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
AR: Comment itrigger limited to 32 ints if XLEN=32 #906
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right. I must have been looking at the exceptions when I wrote that. So this is another in-future-versions-of-the-spec thing. Getting really tired of updating our spec to work with a document that doesn't even exist in draft form. |
606cffc
to
55ab2a9
Compare
xml/hwbp_registers.xml
Outdated
If XLEN is 32, then it is not possible to set a trigger interrupts with | ||
Exception Code larger than 31. A future version of the RISC-V Privileged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parser error: "a trigger interrupts" doesn't seem right to me. Maybe this?
If XLEN is 32, then it is not possible to set a trigger interrupts with | |
Exception Code larger than 31. A future version of the RISC-V Privileged | |
If XLEN is 32, then it is not possible to set a trigger for interrupts with | |
Exception Code larger than 31. A future version of the RISC-V Privileged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed. Thanks.
55ab2a9
to
cc901cf
Compare
Resolves #904.