@@ -848,14 +848,14 @@ Reset Value: 0x0000_0000
848
848
+=============+============+==================================================================================+
849
849
| 31 | RW | **INTERRUPT: ** This bit is set when the exception was triggered by an interrupt. |
850
850
+-------------+------------+----------------------------------------------------------------------------------+
851
- | 30:10 | WLRL (0x0) | **EXCCODE[30:10 ] **. Hardwired to 0. |
851
+ | 30:11 | WLRL (0x0) | **EXCCODE[30:11 ] **. Hardwired to 0. |
852
852
+-------------+------------+----------------------------------------------------------------------------------+
853
- | 9 :0 | WLRL | **EXCCODE[30:10 ] ** ( See note below) |
853
+ | 10 :0 | WLRL | **EXCCODE[10:0 ] **. See note below. |
854
854
+-------------+------------+----------------------------------------------------------------------------------+
855
855
856
856
.. note ::
857
857
858
- Software accesses to `mcause[7 :0] ` must be sensitive to the WLRL field specification of this CSR. For example,
858
+ Software accesses to `mcause[10 :0] ` must be sensitive to the WLRL field specification of this CSR. For example,
859
859
when `mcause[31] ` is set, writing 0x1 to `mcause[1] ` (Supervisor software interrupt) will result in UNDEFINED behavior.
860
860
861
861
Machine Cause (``mcause ``) - ``SMCLIC `` == 1
@@ -883,9 +883,9 @@ Reset Value: 0x0000_0000
883
883
+-------------+------------+----------------------------------------------------------------------------------+
884
884
| 15:12 | WARL (0x0) | Reserved. Hardwired to 0. |
885
885
+-------------+------------+----------------------------------------------------------------------------------+
886
- | 11:10 | WLRL (0x0) | **EXCCODE[11:10 ] ** |
886
+ | 11 | WLRL (0x0) | **EXCCODE[11] ** |
887
887
+-------------+------------+----------------------------------------------------------------------------------+
888
- | 9 :0 | WLRL | **EXCCODE[9 :0] ** |
888
+ | 10 :0 | WLRL | **EXCCODE[10 :0] ** |
889
889
+-------------+------------+----------------------------------------------------------------------------------+
890
890
891
891
.. note ::
0 commit comments