File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 471471 The `misa` CSR is read-only-0.
472472 schema :
473473 type : boolean
474- MTVEC_BASE_VALUES :
475- description : |
476- The supported values in `mtvec.base`.
477-
478- Possible values:
479-
480- none::
481- `mtvec.base` is read-only-zero.
482-
483- width::
484- `mtvec.base` supports any value that fits in MTVEC_BASE_WIDTH bits
485-
486- custom::
487- `mtvec.base` supports a custom set of values. Any attempt to read or write `mtvec.BASE` will
488- result in UNPREDICTABLE execution.
489- schema :
490- type : string
491- enum : [none, width, custom]
492- MTVEC_BASE_WIDTH :
493- description : |
494- When MTVEC_BASE_VALUES is 'width', the bit width of supported value in `mtvec.BASE`
495- schema :
496- type : integer
497- minimum : 1
498- maximum : 60
499- extra_validation : |
500- # max width is actually 30 for RV32
501- assert MTVEC_BASE_WIDTH <= 30 if MTVEC_BASE_VALUES == "width" && XLEN == 32
502474 MTVEC_MODES :
503475 description : |
504476 Modes supported by `mtvec.MODE`. If only one, it is assumed to be read-only with that value.
You can’t perform that action at this time.
0 commit comments