File tree Expand file tree Collapse file tree 12 files changed +43
-44
lines changed Expand file tree Collapse file tree 12 files changed +43
-44
lines changed Original file line number Diff line number Diff line change @@ -128,4 +128,4 @@ params:
128128 the extension can be disabled in the `misa.A` bit.
129129 schema :
130130 type : boolean
131- extra_validation : assert MISA_CSR_IMPLEMENTED == true
131+ extra_validation : assert MISA_CSR_IMPLEMENTED == true
Original file line number Diff line number Diff line change @@ -43,4 +43,4 @@ params:
4343 Indicates whether or not the `B` extension can be disabled with the `misa.B` bit.
4444 schema :
4545 type : boolean
46- extra_validation : assert MISA_CSR_IMPLEMENTED == true
46+ extra_validation : assert MISA_CSR_IMPLEMENTED == true
Original file line number Diff line number Diff line change @@ -319,4 +319,4 @@ params:
319319 Indicates whether or not the `C` extension can be disabled with the `misa.C` bit.
320320 schema :
321321 type : boolean
322- extra_validation : assert MISA_CSR_IMPLEMENTED == true
322+ extra_validation : assert MISA_CSR_IMPLEMENTED == true
Original file line number Diff line number Diff line change @@ -112,4 +112,4 @@ params:
112112 Indicates whether or not the `D` extension can be disabled with the `misa.D` bit.
113113 schema :
114114 type : boolean
115- extra_validation : assert MISA_CSR_IMPLEMENTED == true
115+ extra_validation : assert MISA_CSR_IMPLEMENTED == true
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ params:
245245 Indicates whether or not the `F` extension can be disabled with the `misa.F` bit.
246246 schema :
247247 type : boolean
248- extra_validation : assert MISA_CSR_IMPLEMENTED == true
248+ extra_validation : assert MISA_CSR_IMPLEMENTED == true
249249 HW_MSTATUS_FS_DIRTY_UPDATE :
250250 description : |
251251 Indicates whether or not hardware will write to `mstatus.FS`
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ params:
157157 Indicates whether or not the `H` extension can be disabled with the `misa.H` bit.
158158 schema :
159159 type : boolean
160- extra_validation : assert MISA_CSR_IMPLEMENTED == true
160+ extra_validation : assert MISA_CSR_IMPLEMENTED == true
161161 extra_validation : |
162162 # If S mode can be disabled, then H mode must also be disabled since you can't
163163 # be in H mode without S mode
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ params:
3030 Indicates whether or not the `M` extension can be disabled with the `misa.M` bit.
3131 schema :
3232 type : boolean
33- extra_validation : assert MISA_CSR_IMPLEMENTED == true
33+ extra_validation : assert MISA_CSR_IMPLEMENTED == true
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ params:
2727 Indicates whether or not the `Q` extension can be disabled with the `misa.Q` bit.
2828 schema :
2929 type : boolean
30- extra_validation : assert MISA_CSR_IMPLEMENTED == true
30+ extra_validation : assert MISA_CSR_IMPLEMENTED == true
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ params:
5050 Indicates whether or not the `S` extension can be disabled with the `misa.S` bit.
5151 schema :
5252 type : boolean
53- extra_validation : assert MISA_CSR_IMPLEMENTED == true
53+ extra_validation : assert MISA_CSR_IMPLEMENTED == true
5454 extra_validation : |
5555 # If U mode can be disabled, then S mode must also be disabled since you can't
5656 # be in S mode without U mode
Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ params:
455455 The `misa` CSR is read-only-0.
456456 schema :
457457 type : boolean
458- MTVEC_MODES :
458+ MTVEC_MODES :
459459 description : |
460460 Modes supported by `mtvec.MODE`. If only one, it is assumed to be read-only with that value.
461461 schema :
You can’t perform that action at this time.
0 commit comments