aboutsummaryrefslogtreecommitdiff
path: root/src/rnmi.adoc
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2023-03-13 14:42:29 -0400
committerBill Traynor <wmat@riscv.org>2023-03-13 14:42:29 -0400
commit18a78903332a85cb6fc2ffe462d827b128233c27 (patch)
tree4cb26650de29713c31b93921909aabf6e3101ce5 /src/rnmi.adoc
parent741b5b4aaf3f9a6aee9f8286064f75275bd77e4b (diff)
downloadriscv-isa-manual-18a78903332a85cb6fc2ffe462d827b128233c27.zip
riscv-isa-manual-18a78903332a85cb6fc2ffe462d827b128233c27.tar.gz
riscv-isa-manual-18a78903332a85cb6fc2ffe462d827b128233c27.tar.bz2
Fix formatting and rename files.
Fixed formatting for bolding. Renamed files to be edn files as they're not true asciidoc files.
Diffstat (limited to 'src/rnmi.adoc')
-rw-r--r--src/rnmi.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rnmi.adoc b/src/rnmi.adoc
index 088c4e6..6bd03cd 100644
--- a/src/rnmi.adoc
+++ b/src/rnmi.adoc
@@ -69,14 +69,14 @@ invalid address into some other invalid address that `mnepc` is capable
of holding.
.Resumable NMI cause `mncause`.
-include::images/bytefield/mncause.adoc[]
+include::images/bytefield/mncause.edn[]
The `mncause` CSR holds the reason for the NMI, with bit MXLEN-1 set to
1, and the NMI cause encoded in the least-significant bits or zero if
NMI causes are not supported.
.Resumable NMI status register `mnstatus`.
-include::images/bytefield/mnstatus.adoc[]
+include::images/bytefield/mnstatus.edn[]
The `mnstatus` CSR holds a two-bit field, MNPP, which on entry to the
trap handler holds the privilege mode of the interrupted context,