We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97684db + cc901cf commit 95b06b0Copy full SHA for 95b06b0
xml/hwbp_registers.xml
@@ -1141,6 +1141,14 @@
1141
In addition the trigger can be enabled for non-maskable interrupts using
1142
\FcsrItriggerNmi.
1143
1144
+ \begin{commentary}
1145
+ If XLEN is 32, then it is not possible to set a trigger for interrupts
1146
+ with Exception Code larger than 31. A future version of the RISC-V
1147
+ Privileged Spec will likely define interrupt Exception Codes 32 through
1148
+ 47. Some of those numbers are already being used by the RISC-V Advanced
1149
+ Interrupt Architecture.
1150
+ \end{commentary}
1151
+
1152
Hardware may only support a subset of interrupts for this trigger. A
1153
debugger must read back \RcsrTdataTwo after writing it to confirm the
1154
requested functionality is actually supported.
0 commit comments