aboutsummaryrefslogtreecommitdiff
path: root/src/machine.tex
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2018-11-06 14:17:41 -0800
committerAndrew Waterman <andrew@sifive.com>2018-11-06 15:57:31 -0800
commit90f66d485cb5fd9baaeab2a36a91e3f37072590e (patch)
tree56718965d14017ced83129ba1490685c759fde22 /src/machine.tex
parentf91362720d91e10b3b3f8fb8733909b234d38949 (diff)
downloadriscv-isa-manual-90f66d485cb5fd9baaeab2a36a91e3f37072590e.zip
riscv-isa-manual-90f66d485cb5fd9baaeab2a36a91e3f37072590e.tar.gz
riscv-isa-manual-90f66d485cb5fd9baaeab2a36a91e3f37072590e.tar.bz2
Make pmaddr=FF..FF well-defined
Diffstat (limited to 'src/machine.tex')
-rw-r--r--src/machine.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine.tex b/src/machine.tex
index 297c8bf..195a8a3 100644
--- a/src/machine.tex
+++ b/src/machine.tex
@@ -2888,7 +2888,7 @@ to encode the size of the range, as shown in Table~\ref{pmpcfg-napot}.
\tt yy01...1111 & NAPOT & $2^{XLEN}$-byte NAPOT range \\
\tt y011...1111 & NAPOT & $2^{XLEN+1}$-byte NAPOT range \\
\tt 0111...1111 & NAPOT & $2^{XLEN+2}$-byte NAPOT range \\
- \tt 1111...1111 & NAPOT & {\em Reserved} \\
+ \tt 1111...1111 & NAPOT & $2^{XLEN+3}$-byte NAPOT range \\
\hline
\end{tabular}
\end{center}