Skip to content

Commit 7e57cf3

Browse files
authored
fix(data): update extension ratification dates (#1256)
Gleaned from a various places: - "Profiles & Bases & Extensions" spreadsheet - "RISC-V GB Minutes - Approved Resolutions decision log" Google Doc - "RISC-V Technical Specifications" wiki page - Various versions of the RISC-V ISA specifications - "RISC-V Profiles", version 1.0, April 2, 2023 - "RVA23 Profiles", version 1.0, 2024-10-17 - Various RISC-V GitHub repositories - Various RISC-V extension documents The goal was to be at least as good as the "Profiles & Bases & Extensions" spreadsheet, and hopefully much better. Some errors were fixed with the best information available, although transcription errors are certainly possible. Signed-off-by: Paul A. Clarke <[email protected]>
1 parent 7a8c572 commit 7e57cf3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+168
-108
lines changed

spec/std/isa/ext/Q.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type: unprivileged
1919
versions:
2020
- version: "1.0.0"
2121
state: ratified
22-
ratification_date: null
22+
ratification_date: 2019-04
2323
requires: D
2424
params:
2525
MUTABLE_MISA_Q:

spec/std/isa/ext/S.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ versions:
2323
version: "= 1.0.0"
2424
- version: "1.13.0"
2525
state: ratified
26-
ratification_date: null
26+
ratification_date: 2024-10
2727
requires:
2828
name: U
2929
version: "= 1.0.0"

spec/std/isa/ext/Sdtrig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ type: privileged
8888
versions:
8989
- version: "1.0.0"
9090
state: ratified
91-
ratification_date: null
91+
ratification_date: 2025-02

spec/std/isa/ext/Sha.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ description: |
4747
versions:
4848
- version: "1.0.0"
4949
state: ratified
50-
ratification_date: null
50+
ratification_date: 2024-10
5151
implies:
5252
- name: H
5353
version: "1.0.0"

spec/std/isa/ext/Shgatpa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: privileged
1818
versions:
1919
- version: "1.0.0"
2020
state: ratified
21-
ratification_date: null
21+
ratification_date: 2023-03
2222
param_constraints:
2323
SV32X4_TRANSLATION:
2424
extra_validation: |

spec/std/isa/ext/Shtvala.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type: privileged
2121
versions:
2222
- version: "1.0.0"
2323
state: ratified
24-
ratification_date: null
24+
ratification_date: 2023-03
2525
param_constraints:
2626
REPORT_GPA_IN_HTVAL_ON_GUEST_PAGE_FAULT:
2727
schema:

spec/std/isa/ext/Shvsatpa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ type: privileged
1616
versions:
1717
- version: "1.0.0"
1818
state: ratified
19-
ratification_date: null
19+
ratification_date: 2023-03

spec/std/isa/ext/Shvstvala.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type: privileged
2121
versions:
2222
- version: "1.0.0"
2323
state: ratified
24-
ratification_date: null
24+
ratification_date: 2023-03
2525
param_constraints:
2626
REPORT_VA_IN_VSTVAL_ON_BREAKPOINT:
2727
schema:

spec/std/isa/ext/Shvstvecd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: privileged
1818
versions:
1919
- version: "1.0.0"
2020
state: ratified
21-
ratification_date: null
21+
ratification_date: 2023-03
2222
param_constraints:
2323
VSTVEC_MODE_DIRECT:
2424
schema:

spec/std/isa/ext/Smcdeleg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ doc_license:
1919
versions:
2020
- version: "1.0.0"
2121
state: ratified
22-
ratification_date: null
22+
ratification_date: 2024-03
2323
repositories:
2424
- url: https://github.com/riscvarchive/riscv-smcdeleg-ssccfg
2525
url: https://github.com/riscvarchive/riscv-smcdeleg-ssccfg/releases/download/v1.0.0/riscv-smcdeleg-ssccfg-v1.0.0.pdf

0 commit comments

Comments
 (0)