Skip to content

Commit

Permalink
Merge pull request #1022 from en-sc/en-sc/dm-mhartid-ref
Browse files Browse the repository at this point in the history
Restore references to `mhartid` in `debug_module.adoc`
  • Loading branch information
rtwfroody authored Apr 26, 2024
2 parents feebf62 + a79ed81 commit e7e0605
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 e7e0605

Please sign in to comment.