This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compressed instruction support for rvopcodesdecoder (#73)
* fixed isac for compressed instr * fixed isac for compressed instr * Update rvopcodesdecoder.py Signed-off-by: Mahendra Vamshi A <[email protected]> * Update rvopcodesdecoder.py added immideate feilds for compressed instructions Signed-off-by: Mahendra Vamshi A <[email protected]> * remove extra comments in the decoder. Signed-off-by: Karthik B K <[email protected]> * minor cleanup Signed-off-by: Karthik B K <[email protected]> * Update CHANGELOG.md Signed-off-by: Karthik B K <[email protected]> * Update setup.cfg to 0.18.0 Signed-off-by: Karthik B K <[email protected]> * Update setup.py to 0.18.0 Signed-off-by: Karthik B K <[email protected]> * Update __init__.py to version 0.18.0 Signed-off-by: Karthik B K <[email protected]> --------- Signed-off-by: Mahendra Vamshi A <[email protected]> Signed-off-by: Karthik B K <[email protected]> Co-authored-by: vamshi <vamshi@LAPTOP-MTLHJ5FE> Co-authored-by: Mahendra Vamshi A <[email protected]>
- Loading branch information
1 parent
a4b25fa
commit db75040
Showing
5 changed files
with
198 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ | |
|
||
__author__ = """InCore Semiconductors Pvt Ltd""" | ||
__email__ = '[email protected]' | ||
__version__ = '0.17.0' | ||
__version__ = '0.18.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.17.0 | ||
current_version = 0.18.0 | ||
commit = True | ||
tag = True | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters