Skip to content

Commit 813908e

Browse files
author
Derek Hower
committed
Remove inadvertant parameters
1 parent f6bced7 commit 813908e

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

arch/ext/Sm.yaml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -471,34 +471,6 @@ Sm:
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.

0 commit comments

Comments
 (0)