Skip to content

Commit

Permalink
Merge pull request #131 from riscv-software-src/patch-fcsr-checks
Browse files Browse the repository at this point in the history
Patch fcsr checks
  • Loading branch information
neelgala authored Jul 31, 2023
2 parents e3a7782 + 9077269 commit 181d4a7
Show file tree
Hide file tree
Showing 6 changed files with 142 additions and 90 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## [3.9.2] - 2023-07-21
- Fix Checks for FCSR, FFLAGS and FRM to depend on F instead of U.

## [3.9.1] - 2023-06-21
- Check if YAMLs are None before they're merged for performing CSR checks.
- Perform XLEN specific satp checks based on XLEN value.
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.9.1'
__version__ = '3.9.2'
Loading

0 comments on commit 181d4a7

Please sign in to comment.