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

Commit

Permalink
Merge pull request #18 from ShrreyaSingh/disassembler
Browse files Browse the repository at this point in the history
New instructions added in disassembler
  • Loading branch information
neelgala authored Aug 24, 2021
2 parents aad0283 + c83682e commit c3290ab
Show file tree
Hide file tree
Showing 5 changed files with 365 additions and 47 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

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

## [0.7.1] - 2021-08-12
## [0.7.2] - 2021-08-18
- Added decoding support for K extension instructions based on latest spec

## [0.7.1] - 2021-08-12
- Bug fix for error while using byte_count with overlap = Y.

## [0.7.0] - 2021-08-11
Expand Down
2 changes: 1 addition & 1 deletion riscv_isac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """InCore Semiconductors Pvt Ltd"""
__email__ = '[email protected]'
__version__ = '0.7.1'
__version__ = '0.7.2'
Loading

0 comments on commit c3290ab

Please sign in to comment.