Commit graph

151 commits

Author SHA1 Message Date
David Harris
f4d8256ed0 Replaced assertion accidentally dropped 2025-06-01 19:59:43 -07:00
Jordan Carlin
4f1e602c7c
Reenable rv64 misalign tests for real 2025-05-10 16:27:53 -07:00
Jordan Carlin
922c0d7171
Misaligned tests still mismatch with Sail 2025-05-09 17:08:40 -07:00
Jordan Carlin
71d52bc6dc
Update to new version of Sail 2025-05-09 16:12:29 -07:00
Jordan Carlin
5271234591
Fix lots of spelling errors 2025-05-08 00:18:38 -07:00
David Harris
3101d27d95 Fixed Issue #1321 about wally32periph failing on rv32imc; removed SEIP tests from WALLY-periph-01 and put them in WALY-periph-s 2025-04-12 20:32:51 -07:00
David Harris
ed67daff9e Comment about when to reinstate arch64priv tests 2025-04-12 19:45:07 -07:00
David Harris
9ff6ac0ad1 Remoed commented out arch32/64priv jalr test no longer in riscv-arch-test 2025-04-12 19:42:25 -07:00
David Harris
a1000c19ea Checking PMP TOR bound against length of access to fix Wally against the riscv-arch-test pmp64-TOR* tests. Still has known limitation in issue #1354, but passes tests, which are now reenabled 2025-04-12 19:36:59 -07:00
Jordan Carlin
ff6157d1ef
Disable pmp TOR tests because of Wally top of pmp region bug 2025-04-06 17:43:33 -07:00
Jordan Carlin
cf0e938083
Update arch64pmp test list 2025-04-06 17:13:27 -07:00
Jordan Carlin
14f4b28bad
Enable new sv32 riscv-arch-test tests in regular regression 2025-03-28 21:10:23 -07:00
Jordan Carlin
3a92a19449
Enable missing riscv-arch-test arch64zfad tests 2025-03-11 23:26:11 -07:00
Jordan Carlin
048d2312af
Update riscv-arch-test 2025-02-15 21:05:57 -08:00
Jordan Carlin
e0c4eee86c
Update riscv-arch-test and enable remaining Zcf and Zcd tests 2025-01-17 10:32:28 -08:00
Jordan Carlin
88704775fb
Enable riscv-arch-test pmp tests in regression 2024-12-31 13:20:56 -08:00
Jordan Carlin
7e021f9332
Only add Zfh to D conversion tests if D supported 2024-12-31 11:01:07 -08:00
Jordan Carlin
5a14864ca9
Add new riscv-arch-test Zfh convert tests 2024-12-31 02:46:16 -08:00
Jordan Carlin
67843e647a
Mostly enable riscv-arch-test zcf and zcd tests
Some tests disabled pending riscv-arch-test issue 590
2024-12-31 02:17:49 -08:00
Jordan Carlin
89a3e3baa5
Update VM sv32 test list 2024-12-31 02:16:37 -08:00
Jordan Carlin
f890cc9fd6
Enable riscv-arch-test vm sv32 tests in regression 2024-12-30 12:37:27 -08:00
Jordan Carlin
2b57633217
Switch to out of tree riscv-arch-test with VM tests + add pmp & vm tests to testbench 2024-11-15 22:52:21 -08:00
Rose Thompson
1629eda608 Added btbthrash to tests.vh. 2024-10-30 16:07:05 -05:00
Rose Thompson
2ef7005ea6 Fixed name of test and added to tests.vh 2024-10-13 15:29:27 -05:00
Rose Thompson
9139f91c56 Updated tests.vh to include floatmisc into coverage64gc. And removed
all tests from custom suite.  These should be run individually.
2024-10-02 17:21:22 -05:00
Rose Thompson
6ad27a436c Updated coverage64gc test suite to include new tlb, hptw, and amo
fault tests.
2024-10-02 15:29:50 -05:00
Jordan Carlin
23f037e76e
Add misaligned cjal and cjalr tests 2024-09-29 22:33:11 -07:00
Jordan Carlin
766b0a83d7
Remove wally32d tests since they are covered elsewhere now 2024-09-29 10:27:20 -07:00
Jordan Carlin
330eda243c
Remove wally32i and wally64i tests since they are covered elsewhere now 2024-09-29 10:26:08 -07:00
Jordan Carlin
8a0ca9826a
Remove wallycov64i tests 2024-09-29 10:24:09 -07:00
Jordan Carlin
ef442808a9
Remove old imperas tests 2024-09-29 10:18:04 -07:00
Jordan Carlin
cc484c117d
Update tests.vh formatting and whitespace 2024-09-26 15:49:29 -07:00
Jordan Carlin
788bc6d0b0
Update D fma_b15 tests based on new riscv-arch-test structure 2024-09-24 14:02:30 -07:00
Kevin Kim
4877633977 lint fixes tests vh 2024-06-21 22:16:09 -07:00
Kevin Kim
19f0cf7a35 putting back tests in tests vh 2024-06-21 21:51:44 -07:00
Kevin Kim
00bf3faa9c changed intdivb width 2024-06-21 21:31:19 -07:00
Jordan Carlin
90f5a4ef48
Only run fmsub_b15 for f_fma test 2024-06-20 07:48:33 -07:00
Jordan Carlin
156bfc0387
Update f_fma tests to use smaller files from riscv-arch-test 2024-06-18 23:38:03 -07:00
Jordan Carlin
d58b454a8b
Finish switching Zfa to use riscv-arch-test 2024-06-18 23:31:37 -07:00
Jordan Carlin
6f79dca9c4
Merge branch 'main' of https://github.com/openhwgroup/cvw 2024-05-27 12:29:24 -07:00
Jordan Carlin
dcafe4793e
Add froundnx and fround.d tests 2024-05-24 15:16:35 -07:00
Jordan Carlin
f410bbb79e
Use Zfa tests from riscv-arch-test instead of wally-riscv-arch-test 2024-05-21 00:04:27 -07:00
David Harris
009d251433 Fixed cvtint bug by adding 2 bits to convert width; initial implementation of fround passes basic regression but fails some nightly regression cases 2024-05-11 22:32:51 -07:00
David Harris
c0743a1fcf Added missing convert F to/from Int64 tests for arch64f 2024-05-11 02:29:47 -07:00
David Harris
66b33c09be Added Zaamo and Zalrsc support to testbench and regression 2024-05-10 05:41:00 -07:00
David Harris
e667adf946 Added covergen directed coverage generator 2024-05-01 14:47:37 -07:00
David Harris
fc7c183d56 Added fcvtmod.w.d_b22 to regression now that it works in Sail 2024-04-29 17:52:21 -07:00
David Harris
d9ebfdfc4f Enabled Zcb tests 2024-04-20 13:16:54 -07:00
David Harris
7b56809323 wsim runs a Questa sim 2024-04-05 19:08:14 -07:00
David Harris
4eb7de7381 Removed Zfh tests from wally-riscv-arch-test now that they are available in riscv-arch-test 2024-03-26 13:58:59 -07:00