Skip to content

Commit b8c29c9

Browse files
committed
Add critical error value to extcause
1 parent 099dc96 commit b8c29c9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

xml/core_registers.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,13 @@ same project unless stated otherwise.
7575
When {dcsr-cause} is 7, this optional field contains the value of a
7676
more specific halt reason than "other." Otherwise it contains 0.
7777

78-
All values are reserved for future versions of this spec, or for use
79-
by other RISC-V extensions.
78+
<value v="0" name="critical error">
79+
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.
8085
</field>
8186
<field name="0" bits="23:20" access="R" reset="0" />
8287
<field name="cetrig" bits="19" access="R/W" reset="0">

0 commit comments

Comments
 (0)