This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Releases: riscv-software-src/riscv-isac
Releases · riscv-software-src/riscv-isac
0.11.0
- Added plugins to use new rvopcode format
- Added CLI option to setup rvopcode plugin
0.10.2
- Added method to generate data patterns for bitmanip instructions
0.10.1
- Added vxsat to supported csr_regs
- Added comments to coverpoint functions for P-ext
- Removed unused tuple type for bit_width parameters in P-ext coverpoint functions
0.10.0
- Added support for instructions from B extension.
- Bug fix for bgeu instruction.
0.9.0
- Added support for P extension cover point generation and instruction decoding.
- Allowed an instruction to generate results in multiple registers.
0.8.0
- Added cross combination coverage support.
0.7.3
- Updated logger to enable logging for API calls.
0.7.2
- Added decoding support for K extension instructions based on latest spec
0.7.1
- Bug fix for error while using byte_count with overlap = Y.
0.7.0
- Adding support for floating point extension coverpoints
- Bug fixes for instruction decoder and improved pretty printing.
- fix for uninitialized total_categories variable in coverage.
- fixed CONTRIBUTING.rst file