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

Releases: riscv-software-src/riscv-isac

0.11.0

15 Apr 05:46
5a70060
Compare
Choose a tag to compare
  • Added plugins to use new rvopcode format
  • Added CLI option to setup rvopcode plugin

0.10.2

15 Mar 05:48
87375b3
Compare
Choose a tag to compare
  • Added method to generate data patterns for bitmanip instructions

0.10.1

18 Feb 09:26
7224736
Compare
Choose a tag to compare
  • 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

27 Jan 06:25
9284102
Compare
Choose a tag to compare
  • Added support for instructions from B extension.
  • Bug fix for bgeu instruction.

0.9.0

08 Jan 12:40
8abfa33
Compare
Choose a tag to compare
  • Added support for P extension cover point generation and instruction decoding.
  • Allowed an instruction to generate results in multiple registers.

0.8.0

01 Nov 12:12
94e62c9
Compare
Choose a tag to compare
  • Added cross combination coverage support.

0.7.3

03 Sep 13:19
cc10db5
Compare
Choose a tag to compare
  • Updated logger to enable logging for API calls.

0.7.2

24 Aug 10:42
c3290ab
Compare
Choose a tag to compare
  • Added decoding support for K extension instructions based on latest spec

0.7.1

18 Aug 11:21
aad0283
Compare
Choose a tag to compare
  • Bug fix for error while using byte_count with overlap = Y.

0.7.0

11 Aug 09:19
c5a161b
Compare
Choose a tag to compare
  • 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