Skip to content

Commit

Permalink
Merge pull request #134 from ved-rivos/zacas
Browse files Browse the repository at this point in the history
Add support for unratified Zacas
  • Loading branch information
neelgala authored Aug 12, 2023
2 parents 3b4724d + 5eb0db4 commit fd00e3b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

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

## [3.10.0] - 2023-04-10
## [3.11.0] - 2023-08-12
- Add support for Zacas extension

## [3.10.0] - 2023-08-12
- Add support for Zfa extension

## [3.9.2] - 2023-07-21
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.10.0'
__version__ = '3.11.0'
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",
"Zam", "Zacas",
"Zfh", "Zfa",
"Zfinx", "Zdinx", "Zhinx", "Zhinxmin",
"Ztso",
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.10.0
current_version = 3.11.0
commit = True
tag = True

Expand Down

0 comments on commit fd00e3b

Please sign in to comment.