Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ved-rivos committed Feb 20, 2024
1 parent 6c48e06 commit 8d17c96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chapter9.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ RCID-value = (SSM == 1) ? (srmcfg.RCID & ((1 << SRL) - 1)) : srmcfg.RCID
MCID-value = (SSM == 1) ? (srmcfg.MCID & ((1 << SML) - 1)) : srmcfg.MCID
----

<<<

On a write to the `srmcfg` CSR at privilege modes less than M, the value
stored in the `RCID` and `MCID` fields of the register is computed using
<<eq-3>> and <<eq-4>> respetively.
Expand Down

0 comments on commit 8d17c96

Please sign in to comment.