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

Releases: riscv-software-src/riscv-isac

0.18.0

27 Jul 05:18
db75040

Choose a tag to compare

  • Add support to decode compressed instructions

0.17.0

09 Apr 20:03
a4b25fa

Choose a tag to compare

  • 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

20 Oct 08:03
9dc9503

Choose a tag to compare

  • Fix length of commitval to 32 bits if flen is 32 for f registers in sail parser.

0.16.0

20 Oct 07:01
36cb0c7

Choose a tag to compare

  • Refactored the instruction object class

0.15.0

29 Aug 05:34
ba72cb7

Choose a tag to compare

  • Added support for instruction aliases

0.14.0

12 Aug 07:35
b3f81ef

Choose a tag to compare

  • 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

23 May 12:00
bb2e6d1

Choose a tag to compare

  • Error reporting for missing coverlabel in cgf file

0.13.1

07 May 07:37
36f0f0e

Choose a tag to compare

  • Fix mistune version for doc builds.

0.13.0

04 May 06:29
785c887

Choose a tag to compare

  • Covergroup format revised.
  • Added support for Pseudoinstructions for coverage computation.

0.12.0

27 Apr 06:12
a4505bc

Choose a tag to compare

  • 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.