aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2020-08-12 14:46:44 -0700
committerAndrew Waterman <andrew@sifive.com>2020-08-12 14:46:58 -0700
commit1eaebccc78d88f110a68faf1b39938fc291a4065 (patch)
treea9878ee09408f4c99c593a096ecffeb256b779f0 /src
parentd9ea1ca369d6f1f8e61644b0bb87416a4f2857d8 (diff)
downloadriscv-isa-manual-1eaebccc78d88f110a68faf1b39938fc291a4065.zip
riscv-isa-manual-1eaebccc78d88f110a68faf1b39938fc291a4065.tar.gz
riscv-isa-manual-1eaebccc78d88f110a68faf1b39938fc291a4065.tar.bz2
mcounteren only exists if U-mode exists
Resolves #561
Diffstat (limited to 'src')
-rw-r--r--src/machine.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/machine.tex b/src/machine.tex
index a718611..d7a53be 100644
--- a/src/machine.tex
+++ b/src/machine.tex
@@ -1885,6 +1885,8 @@ into loads to the memory-mapped {\tt mtime} register, or emulate this
functionality in M-mode software.
\end{commentary}
+In systems without U-mode, the {\tt mcounteren} register should not exist.
+
\subsection{Machine Counter-Inhibit CSR ({\tt mcountinhibit})}
\begin{figure*}[h!]