Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 0b97b3d

Browse files
Merge pull request #60 from cmuellner/zfa
Add support for the Zfa ISA extension
2 parents b4513e6 + 0e10075 commit 0b97b3d

22 files changed

+1036
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Please note the header `WIP-DEV` is to always remain indicating the changes done
66
Only when a release to the main branch is done, the contents of the WIP-DEV are put under a
77
versioned header while the `WIP-DEV` is left empty
88

9+
## [0.12.2] - 2024-03-06
10+
- Add Zfa support.
11+
912
## [0.12.1] - 2024-02-27
1013
- Fix test.yml
1114

riscv_ctg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """InCore Semiconductors Pvt Ltd"""
66
__email__ = '[email protected]'
7-
__version__ = '0.12.1'
7+
__version__ = '0.12.2'

0 commit comments

Comments
 (0)