Skip to content

Commit

Permalink
Merge pull request #148 from ved-rivos/zimop
Browse files Browse the repository at this point in the history
Add support for Zimop extension
  • Loading branch information
neelgala authored Dec 1, 2023
2 parents bf8a33e + 7a1e528 commit 829f875
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [3.14.3] - 2023-12-01
- Add support for Zimop extension

## [3.14.2] - 2023-12-01
- Add Zcmop extension.

Expand All @@ -18,7 +21,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [3.13.3] - 2023-09-23
- do not assign subfield to None


## [3.13.2] - 2023-09-20
- Perform satp checks only when the CSR is accessible.

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

2 changes: 1 addition & 1 deletion riscv_config/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
] + Zvef_extensions + Zved_extensions

Z_extensions = [
"Zicbom", "Zicbop", "Zicboz", "Zicntr", "Zicsr", "Zicond", "Zicfilp", "Zicfiss", "Zifencei", "Zihintpause", "Zihpm",
"Zicbom", "Zicbop", "Zicboz", "Zicntr", "Zicsr", "Zicond", "Zicfilp", "Zicfiss", "Zifencei", "Zihintpause", "Zihpm", "Zimop",
"Zmmul",
"Zam", "Zabha", "Zacas",
"Zca", "Zcb", "Zcf", "Zcd" , "Zcmp", "Zcmt", "Zcmop",
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.14.2
current_version = 3.14.3
commit = True
tag = True

Expand Down

0 comments on commit 829f875

Please sign in to comment.