aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2018-09-23 20:30:09 -0700
committerAndrew Waterman <andrew@sifive.com>2018-09-23 20:38:47 -0700
commit47acba09a4e2e42dbe426b7e69156b28d2a12f50 (patch)
tree6b808e6ec7830823d15afe43fc104762b3de42f8
parent92488700503a42b5077a668506a1c6452cb62791 (diff)
downloadriscv-isa-manual-47acba09a4e2e42dbe426b7e69156b28d2a12f50.zip
riscv-isa-manual-47acba09a4e2e42dbe426b7e69156b28d2a12f50.tar.gz
riscv-isa-manual-47acba09a4e2e42dbe426b7e69156b28d2a12f50.tar.bz2
No need for WIRI definition anymore
-rw-r--r--src/priv-csrs.tex11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/priv-csrs.tex b/src/priv-csrs.tex
index 1603185..a7cf862 100644
--- a/src/priv-csrs.tex
+++ b/src/priv-csrs.tex
@@ -368,17 +368,6 @@ Number & Privilege & Name & Description \\
The following definitions and abbreviations are used in specifying the
behavior of fields within the CSRs.
-\subsection*{Reserved Writes Ignored, Reads Ignore Values (WIRI)}
-
-Some read-only and read/write registers have read-only fields reserved
-for future use. These reserved read-only fields should be ignored on
-a read. Writes to these fields have no effect, unless the whole CSR
-is read-only, in which case writes might raise an illegal instruction
-exception.
-For forward compatibility, implementations that do not furnish these fields
-must hardwire them to zero.
-These fields are labeled \wiri\ in the register descriptions.
-
\subsection*{Reserved Writes Preserve Values, Reads Ignore Values (WPRI)}
Some whole read/write fields are reserved for future use. Software