Skip to content

Commit

Permalink
Merge branch 'dev' into Zcf-Zcd
Browse files Browse the repository at this point in the history
  • Loading branch information
anuani21 authored Nov 8, 2024
2 parents c568666 + 13fb359 commit da49c95
Show file tree
Hide file tree
Showing 110 changed files with 21,353 additions and 118 deletions.
3 changes: 0 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@
- [ ] Ran the new tests on RISCOF with SAIL/Spike as reference model successfully ?
- [ ] Ran the new tests on RISCOF in [coverage mode](https://riscof.readthedocs.io/en/stable/commands.html#coverage)
- [ ] Link to Google-Drive folder containing the new coverage reports ([See this](https://github.com/riscv-non-isa/riscv-arch-test/blob/main/CONTRIBUTION.md#uploading-test-stats) for more info): < SPECIFY HERE >
- [ ] Link to PR in RISCV-ISAC from which the reports were generated : < SPECIFY HERE >
- [ ] Changelog entry created with a minor patch

### Optional Checklist:

- [ ] RISCV-V CTG PR link if tests were generated using it : < SPECIFY HERE >
- [ ] Were the tests hand-written/modified ?
- [ ] Have you run these on any hard DUT model ? Please specify name and provide link if possible in the description
- [ ] If you have modified arch\_test.h Please provide a detailed description of the changes in the Description section above.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@
*.DS_Store

riscv-target/

#ignore venv
riscv-isac/riscv-env
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## [3.10.0] - 2024-11-04
- Add support for Zvk* extensions
- Split float and double test cases into smaller ones
- Merged riscv-ctg and riscv-isac into riscv-arch-test, and updated README
- Updates crypto scalar instructions
- Physical Memory Protection (32/64) Tests and Covergroups
- CI updates: and updated Sail and Spike in CI
- Bug fixes


## [3.9.1] - 2024-07-01
- Converted one of the CANARY words to a delta instret count (there is a variable that will enable that)
- Converted CODE/DATA/SIG_BEGIN/END to include all the little incidental code, so the tests template improves
Expand Down
Loading

0 comments on commit da49c95

Please sign in to comment.