Skip to content

Commit 4a1bdf8

Browse files
committed
Add unratified Svrsw60t59b extension
1 parent f7e2ca6 commit 4a1bdf8

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4+
## [3.18.4] - 2025-03-16
5+
- Add unratified Svrsw60t59b extension
6+
47
## [3.18.3] - 2024-05-28
58
- exclude Svnapot from march generation. fixes #178.
69
- log raw error messages from ruamel while loading yamls. fixes #179.

riscv_config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from pkgutil import extend_path
22
__path__ = extend_path(__path__, __name__)
3-
__version__ = '3.18.3'
3+
__version__ = '3.18.4'
44

riscv_config/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"Zpn", "Zpsf"
3434
] + Zve_extensions + Zvl_extensions
3535

36-
S_extensions = ['Smrnmi','Smdbltrp', 'Ssdbltrp', 'Svnapot','Svadu', 'Sddbltrp', 'Sdext']
36+
S_extensions = ['Smrnmi','Smctr', 'Ssctr', 'Smdbltrp', 'Ssdbltrp', 'Svnapot','Svadu', 'Sddbltrp', 'Sdext', 'Svrsw60t59b']
3737

3838
sub_extensions = Z_extensions + S_extensions
3939

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.18.3
2+
current_version = 3.18.4
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)