Update diagrams and minor fix to text#17
Conversation
geoffthorpe-mips
commented
Feb 11, 2026
- the diagrams now show transactions from all privilege levels
- improved visual consistency
- correction that Smlwidlist depends on Smlwid, not Smwid. (Though if Smwid is not enabled, then mlwidlist can't be lockable.)
|
Similar issues are there in the RISC-V ISA World-ID Extensions section at the beginning, where we provide an overview and list of all the extensions.
and
Also, since you have a PR open, can we mention in this section the pinstraps associated with each extension? This is a feedback that was made to me directly which I think will provide clarity. For instance: The Smlwid extension introduces the mlwid CSR to control the WID of lower-privilege modes and a platform-defined value pmlwidlist may limit the set of WIDs that can be used with mlwid. |
- the diagrams now show transactions from all privilege levels - improved visual consistency - correction that Smlwidlist depends on both Smlwid and Smwid. Signed-off-by: Geoffrey Thorpe <gthorpe@mips.com>
621b12c to
af96b50
Compare
|
I've (force-)pushed an update. Smlwidlist is declared as dependent on both Smwid and Smlwid, and I've added the requested clarifications on the platform values. |
pperesse
left a comment
There was a problem hiding this comment.
Thanks @geoffthorpe-mips . Looks good to me