Skip to content

Commit

Permalink
Merge pull request #1292 from riscv/smcdeleg-fixes
Browse files Browse the repository at this point in the history
Set explicit anchor on table.
  • Loading branch information
aswaterman authored Mar 26, 2024
2 parents b3ee62f + 31d451b commit 8abdb41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/smcdeleg.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ with counter _i_ can be read or written via `sireg*`, while `siselect` holds
the table below.

.Indirect HPM State Mappings
[#indirect-hpm-state-mappings]
[width="100%",cols="21%,20%,21%,18%,20%",options="header",]
|===
|*`siselect` value* |*`sireg*` |*`sireg4`* |*`sireg2`* |*`sireg5`*
Expand Down Expand Up @@ -90,7 +91,7 @@ NOTE: _The memory-mapped `mtime` register is not a performance monitoring
counter to be managed by supervisor software, hence the special
treatment of `siselect` value 0x41 described above._

For each `siselect` and `sireg*` combination defined in <<Indirect HPM State Mappings>>, the table
For each `siselect` and `sireg*` combination defined in <<indirect-hpm-state-mappings>>, the table
further indicates the extensions upon which the underlying counter state
depends. If any extension upon which the underlying state depends is not
implemented, an attempt from M or S mode to access the given state
Expand Down

0 comments on commit 8abdb41

Please sign in to comment.