Closed JamesKenneyImperas closed 1 year ago
I only found this. https://github.com/riscv/riscv-isa-manual/blob/main/src/rnmi.adoc Plan to discuss this question in TG meeting.
RNMI spec has been stalled waiting ACT and SAIL resources. We are trying to unblock the RNMI spec now.
There should actually be no interaction between resumable NMI (RNMI) and the fast interrupts section, and the sections regarding NMI (both non-resumable and resumable) will be re-written. The RNMI CSRs are separate from the fast interrupts CSRs and so the state does not need to be saved in the RNMI registers. This makes the design of the RNMI extension orthogonal to the core's general interrupt scheme.
closed with #365
Section 4 says:
The latest RNMI specification I've found (0.4) states that
mnstatus
has fieldsMNPP
,MNPV
andNMIE
only. Is there a more recent version of the RNMI specification describing the fields mentioned here? If so, can you point me at it?Thanks.