aboutsummaryrefslogtreecommitdiff
path: root/src/machine.tex
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2017-11-12 01:00:59 -0800
committerAndrew Waterman <andrew@sifive.com>2017-11-12 01:01:14 -0800
commit9c5a2d47f029b1982410658c421b9866d251ca52 (patch)
treeeb548db1971c80617d7e8354a1d1610e7e6544e6 /src/machine.tex
parent32b74b7a02e492c48a910ba0d20bcc52155b0616 (diff)
downloadriscv-isa-manual-9c5a2d47f029b1982410658c421b9866d251ca52.zip
riscv-isa-manual-9c5a2d47f029b1982410658c421b9866d251ca52.tar.gz
riscv-isa-manual-9c5a2d47f029b1982410658c421b9866d251ca52.tar.bz2
Mark useless PMP NAPOT case as reserved
Diffstat (limited to 'src/machine.tex')
-rw-r--r--src/machine.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/machine.tex b/src/machine.tex
index e22c4f4..eec2aee 100644
--- a/src/machine.tex
+++ b/src/machine.tex
@@ -2755,6 +2755,7 @@ to encode the size of the range, as shown in Table~\ref{pmpcfg-napot}.
\tt aa01...1111 & NAPOT & $2^{XLEN}$-byte NAPOT range \\
\tt a011...1111 & NAPOT & $2^{XLEN+1}$-byte NAPOT range \\
\tt 0111...1111 & NAPOT & $2^{XLEN+2}$-byte NAPOT range \\
+ \tt 1111...1111 & NAPOT & {\em Reserved} \\
\hline
\end{tabular}
\end{center}