File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=../../schemas/ext_schema.json
2+
3+ V :
4+ type : unprivileged
5+ long_name : Variable-length vector
6+ versions :
7+ - version : " 1.0.0"
8+ state : ratified
9+ ratification_date : null
10+ description : |
11+ TODO
12+ params :
13+ MUTABLE_MISA_V :
14+ description : |
15+ Indicates whether or not the `V` extension can be disabled with the `misa.V` bit.
16+ schema :
17+ type : boolean
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ implemented_extensions:
1414 - [Smhpm, "1.12.0"]
1515 - [Smpmp, "1.12.0"]
1616 - [U, "1.12.0"]
17+ - [V, "1.0.0"]
1718 - [Zicntr, "2.0.0"]
1819 - [Zicsr, "2.0.0"]
1920 - [Zihpm, "2.0.0"]
Original file line number Diff line number Diff line change @@ -372,6 +372,10 @@ params:
372372 # the extension can be disabled in the `misa.U` bit.
373373 MUTABLE_MISA_U : false
374374
375+ # when the V extensions is supported, indicates whether or not
376+ # the extension can be disabled in the `misa.V` bit.
377+ MUTABLE_MISA_V : false
378+
375379 # size of a cache block, in bytes
376380 CACHE_BLOCK_SIZE : 64
377381
You can’t perform that action at this time.
0 commit comments