Skip to content

Commit 4ad6179

Browse files
authored
fix: ratified version of Sstc is 1.0.0 (#1001)
The ratified version of the Sstc extension is 1.0.0, not 0.9.0. Discovered while creating a UDB configuration for [CVW](github.com/openhwgroup/cvw). --------- Signed-off-by: Jordan Carlin <[email protected]>
1 parent 265dabb commit 4ad6179

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cfgs/example_rv64_with_overlay.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ implemented_extensions:
3030
- [Sscofpmf, "1.0.0"]
3131
- [Ssaia, "1.0.0"]
3232
- [Ssccfg, "1.0.0"]
33-
- [Sstc, "0.9.0"]
33+
- [Sstc, "1.0.0"]
3434
- [Sv39, "1.12.0"]
3535
- [Sv48, "1.12.0"]
3636
- [Zicboz, "1.0.0"]

spec/std/isa/ext/Sstc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ long_name: Supervisor-mode timer interrupts
1010
description: Supervisor-mode timer interrupts
1111
type: privileged
1212
versions:
13-
- version: "0.9.0"
13+
- version: "1.0.0"
1414
state: ratified
1515
ratification_date: null
1616
url: https://drive.google.com/file/d/1m84Re2yK8m_vbW7TspvevCDR82MOBaSX/view?usp=drive_link

0 commit comments

Comments
 (0)