Skip to content

Releases: riscv-software-src/riscv-config

2.2.2: Merge pull request #32 from riscv/document_changes

09 Jul 11:58
fdacc18
Compare
Choose a tag to compare

2.2.1: Merge pull request #30 from riscv/switch-to-py36

18 May 10:02
e428724
Compare
Choose a tag to compare
Switch to python-3.6.0 as minimum requirement

2.2.0: Csr tests and accessiblity changes (#29)

07 Apr 04:59
4597f25
Compare
Choose a tag to compare
* Changing implemented to accessible. "Closes #14"
* Fixed definitions for wlrl nodes and fields dependent on NSU extensions.
* Doc update.

2.1.1: updating version within _init_.py (#28)

29 Mar 06:20
316c004
Compare
Choose a tag to compare

2.1.0: Under development (#25)

29 Mar 04:16
e18e631
Compare
Choose a tag to compare
Fixed
 - Moved machine timer nodes to platform yaml.
Added
  - --version option to arguments to print version and exit when specified.
  - Print help and exit when no options/arguments are specified.
  - Closes #24

2.0.2: Bug fix #22 (#23)

28 Mar 12:43
e9cc028
Compare
Choose a tag to compare
Fixed:

- Removed legal_checks function.
- Closes #22

2.0.0: New CSR template

25 Mar 12:59
138c734
Compare
Choose a tag to compare

Added

  • adding support for warl fields and support
  • documentation for the warl fields added
  • reset-value checks added

Changed

  • using a new common template for defining all csrs
  • updated docs with new template
  • using special function within conf.py to extract comments from yaml file as docs.

Fixed

1.0.2: Merge pull request #4 from riscv/resolve-issue-#3

09 Aug 12:09
acd6701
Compare
Choose a tag to compare
Made logging optional in check_specs

1.0.0

06 Aug 04:49
0d08ba9
Compare
Choose a tag to compare

Changed

  • Work directory isnt deleted if the directory exists, although the files of the same name will be overwritten.

Fixed

  • Checked yaml passes validation too.