Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqkurd-repo committed Feb 25, 2025
1 parent aa34943 commit 917288c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/riscv-integration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,9 @@ two tag bits in memory.
=== Zicsr, Control and Status Register (CSR) Instructions

{cheri_base_ext_name} requires that RISC-V CSRs intended to hold addresses,
like <<mtvec>>, are now able to hold capabilities. Therefore, such registers are
renamed and extended to CLEN+1 bits in {cheri_base_ext_name}.
are now able to hold capabilities. Therefore, such registers are
extended to CLEN+1 bits in {cheri_base_ext_name} and a `c` suffix is added such
as <<mtvec>> is extended to <<mtvecc>>.

Reading or writing any part of a CLEN-bit CSR may cause
side effects. For example, the CSR's tag bit may be cleared if a new address
Expand Down

0 comments on commit 917288c

Please sign in to comment.