Skip to content

Commit

Permalink
Restore references to mhartid in debug_module.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
en-sc committed Apr 26, 2024
1 parent e056579 commit a79ed81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debug_module.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ by writing all ones to {hartsel} (assuming the maximum size) and reading back th
value to see which bits were actually set. Then it selects each hart
starting from 0 until either {dmstatus-anynonexistent} in {dm-dmstatus} is 1, or the highest index (depending on `HARTSELLEN`) is reached.

The debugger can discover the mapping between hart indices and by using
the interface to read , or by reading the hardware platform's
The debugger can discover the mapping between hart indices and `mhartid` by using
the interface to read `mhartid`, or by reading the hardware platform's
configuration structure.

==== Selecting a Single Hart
Expand Down

0 comments on commit a79ed81

Please sign in to comment.