Skip to content

Commit d89405a

Browse files
resethaltreq isn't a bit that's directly visible in a register.
1 parent 03216c9 commit d89405a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debug_module.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ While the reset is on-going, harts are either in the running state,
8484
indicating it's possible to perform some abstract commands during this
8585
time, or in the unavailable state, indicating it's not possible to
8686
perform any abstract commands during this time. Once a hart's reset is
87-
complete, `havereset` becomes set. When a hart comes out of reset and {dmcontrol-haltreq} or {dmstatus-hasresethaltreq}
87+
complete, `havereset` becomes set. When a hart comes out of reset and {dmcontrol-haltreq} or `resethaltreq`
8888
are set, the hart will immediately enter Debug Mode (halted state).
8989
Otherwise, if the hart was initially running it will execute normally
9090
(running state) and if the hart was initially halted it should now be
@@ -190,7 +190,7 @@ Which states a hart that is reset goes through is implementation
190190
dependent. Harts may be unavailable while reset is asserted, and some
191191
time after reset is deasserted. They might transition to running for
192192
some time after reset is deasserted. Finally they end up either running
193-
or halted, depending on {dmcontrol-haltreq} and {dmstatus-hasresethaltreq}.
193+
or halted, depending on {dmcontrol-haltreq} and `resethaltreq`.
194194

195195
[[runcontrol]]
196196
=== Run Control

0 commit comments

Comments
 (0)