Skip to content

Commit

Permalink
Add V skeleton
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Yosher <[email protected]>
  • Loading branch information
dhower-qc authored and Albert Yosher committed Nov 20, 2024
1 parent efa232f commit a5a1af4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
17 changes: 17 additions & 0 deletions arch/ext/V.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# yaml-language-server: $schema=../../schemas/ext_schema.json

V:
type: unprivileged
long_name: Variable-length vector
versions:
- version: "1.0.0"
state: ratified
ratification_date: null
description: |
TODO
params:
MUTABLE_MISA_V:
description: |
Indicates whether or not the `V` extension can be disabled with the `misa.V` bit.
schema:
type: boolean
1 change: 1 addition & 0 deletions cfgs/generic_rv64/implemented_exts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ implemented_extensions:
- [Smhpm, "1.12.0"]
- [Smpmp, "1.12.0"]
- [U, "1.12.0"]
- [V, "1.0.0"]
- [Zicntr, "2.0.0"]
- [Zicsr, "2.0.0"]
- [Zihpm, "2.0.0"]
Expand Down
4 changes: 4 additions & 0 deletions cfgs/generic_rv64/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,10 @@ params:
# the extension can be disabled in the `misa.U` bit.
MUTABLE_MISA_U: false

# when the V extensions is supported, indicates whether or not
# the extension can be disabled in the `misa.V` bit.
MUTABLE_MISA_V: false

# size of a cache block, in bytes
CACHE_BLOCK_SIZE: 64

Expand Down

0 comments on commit a5a1af4

Please sign in to comment.