aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2018-11-19 14:21:30 -0800
committerAndrew Waterman <andrew@sifive.com>2018-11-19 14:21:30 -0800
commit9770c8bf62f565907d55e69d3ca9e8b3a7d09426 (patch)
tree1e3f0df02ff13dd240f303ce056a891f4a39e0d2 /src
parent82823c0343f9b953e275db7072bb2bbd6c00ed17 (diff)
downloadriscv-isa-manual-9770c8bf62f565907d55e69d3ca9e8b3a7d09426.zip
riscv-isa-manual-9770c8bf62f565907d55e69d3ca9e8b3a7d09426.tar.gz
riscv-isa-manual-9770c8bf62f565907d55e69d3ca9e8b3a7d09426.tar.bz2
Remove comment about side effects on writes
Resolves #272
Diffstat (limited to 'src')
-rw-r--r--src/csr.tex7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/csr.tex b/src/csr.tex
index f286642..eb52e27 100644
--- a/src/csr.tex
+++ b/src/csr.tex
@@ -131,10 +131,9 @@ Table~\ref{tab:csrsideeffects} summarizes the behavior of the CSR
instructions with respect to whether they read and/or write the CSR.
\begin{commentary}
- The CSRs defined so far do not have any architectural side effects beyond
- raising illegal instruction exceptions on disallowed
- accesses. Custom extensions might add CSRs with side effects on
- reads and/or writes.
+ The CSRs defined so far do not have any architectural side effects on reads
+ beyond raising illegal instruction exceptions on disallowed accesses.
+ Custom extensions might add CSRs with side effects on reads.
\end{commentary}
Some CSRs, such as the instructions-retired counter, {\tt instret},