Skip to content

Commit

Permalink
Merge pull request #152 from ved-rivos/zabha2
Browse files Browse the repository at this point in the history
Add Zabha extension
  • Loading branch information
neelgala authored Nov 20, 2023
2 parents b550aaa + 84b8a01 commit bb1aa0d
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.13.4] - 2023-10-30
- Add support for Zabha extension

## [3.13.3] - 2023-09-23
- do not assign subfield to None

Expand Down
2 changes: 1 addition & 1 deletion riscv_config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
__version__ = '3.13.3'
__version__ = '3.13.4'
2 changes: 1 addition & 1 deletion riscv_config/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Z_extensions = [
"Zicbom", "Zicbop", "Zicboz", "Zicntr", "Zicsr", "Zicond", "Zifencei", "Zihintpause", "Zihpm",
"Zmmul",
"Zam", "Zacas",
"Zam", "Zabha", "Zacas",
"Zca", "Zcb", "Zcf", "Zcd" , "Zcmp", "Zcmt",
"Zfh", "Zfa",
"Zfinx", "Zdinx", "Zhinx", "Zhinxmin",
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.13.3
current_version = 3.13.4
commit = True
tag = True

Expand Down

0 comments on commit bb1aa0d

Please sign in to comment.