Skip to content

Commit

Permalink
Attempts to access non-existent CSRs are reserved
Browse files Browse the repository at this point in the history
Resolves #1116
  • Loading branch information
aswaterman committed Jan 29, 2024
1 parent b0040f3 commit 018a901
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/priv-csrs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ accesses to be intercepted. This change should be transparent to the
less-privileged software.
====

Attempts to access a non-existent CSR raise an illegal-instruction
exception. Attempts to access a CSR without appropriate privilege level
or to write a read-only register also raise illegal-instruction
Instructions that access a non-existent CSR are reserved.
Attempts to access a CSR without appropriate privilege level
or to write a read-only register raise illegal-instruction
exceptions. A read/write register might also contain some bits that are
read-only, in which case writes to the read-only bits are ignored.

Expand Down

0 comments on commit 018a901

Please sign in to comment.