From a215d7f959642345cfd19a8fe0e92a96dd0af5e8 Mon Sep 17 00:00:00 2001 From: Franz Fuchs Date: Thu, 12 Dec 2024 08:50:01 +0000 Subject: [PATCH] Adapted sentence for describing unprivileged CSRs --- src/riscv-integration.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/riscv-integration.adoc b/src/riscv-integration.adoc index 98f470be..2182f73f 100644 --- a/src/riscv-integration.adoc +++ b/src/riscv-integration.adoc @@ -1049,8 +1049,8 @@ include::img/stval2reg.edn[] === Unprivileged CSRs -In {cheri_base_ext_name} only writing the <> register requires -<> to grant <>, all other unprivileged CSRs do not require +In {cheri_base_ext_name}, the only register that requires <> is <> +(for updates but not for reads), and all other unprivileged CSRs do not require <> to grant <> to access unprivileged CSRs. === CHERI Exception handling