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.18.0
0.17.0
- Improve data propagation reports to capture multiple signature updates per coverpoint
- Add a CLI flag to explicitly log the redundant coverpoints while normalizing the CGF files
0.16.1
- Fix length of commitval to 32 bits if flen is 32 for f registers in sail parser.
0.16.0
- Refactored the instruction object class
0.15.0
- Added support for instruction aliases
0.14.0
- Add fields to instruction object
- Enable generic coverage evaluation mechanisms for floating point instructions
- Fix coverpoint generation to account for nan boxing of fp instructions.
- Add fields(frm, fcsr, nan_prefix) for fp instructions
0.13.2
- Error reporting for missing coverlabel in cgf file
0.13.1
- Fix mistune version for doc builds.
0.13.0
- Covergroup format revised.
- Added support for Pseudoinstructions for coverage computation.
0.12.0
- Parallelized coverage computation.
- Added feature to remove coverpoints when hit.
- Added CLI option to specify number of processes to be spawned.
- Added CLI option to turn on/off feature to remove hit coverpoints.