Skip to content

Commit

Permalink
Add ssdbltrp, smdbltrp, sddbltrp
Browse files Browse the repository at this point in the history
  • Loading branch information
ved-rivos committed Feb 25, 2024
1 parent 95e21b2 commit fc99035
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.17.1] - 2024-02-25
- add unratified Ssdbltrp, Smdbltrp, and Sddbltrp extensions

## [3.17.0] - 2024-01-09
- support march generation without custom extensions

Expand Down
2 changes: 1 addition & 1 deletion riscv_config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
__version__ = '3.17.0'
__version__ = '3.17.1'

2 changes: 1 addition & 1 deletion riscv_config/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"Zpn", "Zpsf"
] + Zve_extensions + Zvl_extensions

S_extensions = ['Smrnmi','Svnapot','Svadu', 'Sdext']
S_extensions = ['Smrnmi','Smdbltrp', 'Ssdbltrp', 'Svnapot','Svadu', 'Sddbltrp', 'Sdext']

sub_extensions = Z_extensions + S_extensions

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.17.0
current_version = 3.17.1
commit = True
tag = True

Expand Down

0 comments on commit fc99035

Please sign in to comment.