Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore references to mhartid in debug_module.adoc #1022

Merged
merged 1 commit into from
Apr 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading