Skip to content

Commit

Permalink
Add critical error value to extcause
Browse files Browse the repository at this point in the history
  • Loading branch information
rtwfroody committed Apr 22, 2024
1 parent 099dc96 commit b8c29c9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions xml/core_registers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,13 @@ same project unless stated otherwise.
When {dcsr-cause} is 7, this optional field contains the value of a
more specific halt reason than "other." Otherwise it contains 0.

All values are reserved for future versions of this spec, or for use
by other RISC-V extensions.
<value v="0" name="critical error">
The hart entered a critical error state. Part of the
((Smdbltrp)) extension.
</value>

All other values are reserved for future versions of this spec, or
for use by other RISC-V extensions.
</field>
<field name="0" bits="23:20" access="R" reset="0" />
<field name="cetrig" bits="19" access="R/W" reset="0">
Expand Down

0 comments on commit b8c29c9

Please sign in to comment.