Releases: riscv-non-isa/riscv-arch-test
Releases · riscv-non-isa/riscv-arch-test
2.6.2
- modified verify.sh to ignore comments in reference signature during diff operation [#230]
- udpated test-format spec to include the order of lines in the signature file [#214]
- RVTEST_E macro to be enabled for all rv32E tests. [#227]
2.6.1
- Fixed RVTEST_FP_ENABLE macro for the issue #223
2.6.0
- Added rv64d tests, references, coverage files and data propagation reports
- removed unwated re-assignment of macros for RV64F combination in
arch_test.h
- fixed rvtest-case strings for flw and fsw tests in rv32if suite
2.5.4
- Second Fix for the issue #206
2.5.3
- fix the lower case
i
in the RVTEST_CASE
macros used in the shift operation tests.
2.5.2
- update format for aes32 and sm4 instructions
- update reference signature for sha256 and sm3 instructions in rv64i_m/K_unratified
- delete zip and unzip tests in rv64i_m/K_unratified
- update tests for aes64ks1i, sm4ed and sm4ks to use byte_count with overlap = "Y" to improve the coverage of S-boxes
2.5.1
- added styles files to the F coverage report directories.
2.5.0
- Added rv32f tests, references, coverage files and data propagation reports
- fixed broken links in READMEs across the repo.
- corrected string "EBREAK" in io string macro to "ECALL" for ecall.S tests. #207
- fixed typo
.alive
--> .align
in riscv-target/example_target/model_test.h
.
2.4.6
- Added rv32e tests in riscv-test-suite