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

AR: Comment itrigger limited to 32 ints if XLEN=32 #906

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions xml/hwbp_registers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,14 @@
In addition the trigger can be enabled for non-maskable interrupts using
\FcsrItriggerNmi.

\begin{commentary}
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 Spec will likely define interrupt Exception Codes 32 through
47. Some of those numbers are already being used by the RISC-V Advanced
Interrupt Architecture.
\end{commentary}

Hardware may only support a subset of interrupts for this trigger. A
debugger must read back \RcsrTdataTwo after writing it to confirm the
requested functionality is actually supported.
Expand Down