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.
1 parent 099dc96 commit b8c29c9Copy full SHA for b8c29c9
xml/core_registers.xml
@@ -75,8 +75,13 @@ same project unless stated otherwise.
75
When {dcsr-cause} is 7, this optional field contains the value of a
76
more specific halt reason than "other." Otherwise it contains 0.
77
78
- All values are reserved for future versions of this spec, or for use
79
- by other RISC-V extensions.
+ <value v="0" name="critical error">
+ The hart entered a critical error state. Part of the
80
+ ((Smdbltrp)) extension.
81
+ </value>
82
+
83
+ All other values are reserved for future versions of this spec, or
84
+ for use by other RISC-V extensions.
85
</field>
86
<field name="0" bits="23:20" access="R" reset="0" />
87
<field name="cetrig" bits="19" access="R/W" reset="0">
0 commit comments