We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dffc48f commit a215d7fCopy full SHA for a215d7f
src/riscv-integration.adoc
@@ -1049,8 +1049,8 @@ include::img/stval2reg.edn[]
1049
1050
=== Unprivileged CSRs
1051
1052
-In {cheri_base_ext_name} only writing the <<utidc>> register requires
1053
-<<pcc>> to grant <<asr_perm>>, all other unprivileged CSRs do not require
+In {cheri_base_ext_name}, the only register that requires <<asr_perm>> is <<utidc>>
+(for updates but not for reads), and all other unprivileged CSRs do not require
1054
<<pcc>> to grant <<asr_perm>> to access unprivileged CSRs.
1055
1056
=== CHERI Exception handling
0 commit comments