Commit Graph

8256 Commits

Author SHA1 Message Date
David Harris
2d60b48db4 Added #! so coremark_sweep.py is executable 2024-03-24 14:42:09 -07:00
David Harris
b3661a0af4 Removed unused WALLY-lrsc reference outputs that were incorrect and are not used because Sail is the reference instead 2024-03-24 12:31:49 -07:00
David Harris
54b54c900c
Merge pull request #686 from jordancarlin/main
Update testbench-fp to support Zfa in FPU modules
2024-03-23 20:13:04 -07:00
Jordan Carlin
d580d7af5d
Merge branch 'main' of https://github.com/openhwgroup/cvw 2024-03-23 17:56:23 -07:00
Jordan Carlin
fd97108dc3
Update testbench-fp to support Zfa in FPU modules 2024-03-23 17:55:59 -07:00
David Harris
bae52cf13d
Merge pull request #678 from Karl-Han/latest
[Resolved Conflict] Remove all #delay from non-testbench
2024-03-23 15:18:04 -07:00
Rose Thompson
91919150a9
Merge pull request #683 from kevindkim723/update_derived_configs
Update derived configs
2024-03-22 13:12:00 -05:00
Rose Thompson
b1a933f4f2
Merge pull request #685 from Shreesh-Kulkarni/patch-2
Patched coremark_sweep.py. The script now runs for both 32 and 64bit.
2024-03-22 13:11:41 -05:00
Shreesh Kulkarni
9976f7e617
Update coremark_sweep.py 2024-03-22 23:09:14 +05:30
Shreesh Kulkarni
984ed42f6a
Patched coremark_sweep.py. The script now runs for both 32 and 64bit. 2024-03-22 23:05:24 +05:30
Kevin Kim
c8b84ebbc5 regression-wally -softfloat with updated derived configs 2024-03-20 09:58:14 -07:00
Kevin Kim
ccf2c270a1 Merge branch 'update_derived_configs' of https://github.com/kevindkim723/cvw into update_derived_configs 2024-03-20 09:54:08 -07:00
Kevin Kim
ac00eaf322 added some missing derived configs 2024-03-20 09:50:52 -07:00
Rose Thompson
d6b3fc0320
Merge pull request #682 from Shreesh-Kulkarni/patch-1
Python Script for Coremark-sweep of 32-bit configurations of Wally.
2024-03-20 09:50:25 -05:00
Rose Thompson
e97c2cbd83
Merge pull request #676 from davidharrishmc/dev
Incorporated Zfa and Zfh tests into wally-riscv-arch-test, mcmodel example code, minor cleanup
2024-03-20 09:45:39 -05:00
Shreesh Kulkarni
d54ebc2785
added authorship and copyright comments 2024-03-20 20:06:45 +05:30
Rose Thompson
a884c04b62
Merge pull request #679 from kevindkim723/extract_arch_test_fix
fixed bug in intdivrem test vector extraction
2024-03-20 09:27:45 -05:00
Rose Thompson
8f9a79d792
Merge pull request #680 from Thomas-J-Kidd/updating-ease-of-usage
Updating ease of usage of nightly_build.py
2024-03-20 09:27:02 -05:00
Shreesh Kulkarni
f752085f31
Python Script for Coremark-sweep of 32-bit configurations of Wally. 2024-03-20 19:18:16 +05:30
Kevin Kim
d9169d6f3c added integer divsion derived configs 2024-03-17 20:53:56 -07:00
Thomas Kidd
611703dbcb Merge branch 'updating-ease-of-usage' of github.com:Thomas-J-Kidd/cvw into updating-ease-of-usage 2024-03-17 18:58:39 -05:00
Thomas Kidd
4797e89783 modified wrapper script to get rid of storing logs that dont really fail anymore 2024-03-17 18:58:25 -05:00
Kevin Kim
d790a88277 fixed bug in intdivrem test vector extraction 2024-03-17 14:47:37 -07:00
Thomas Kidd
e4e85f0322
Merge branch 'openhwgroup:main' into updating-ease-of-usage 2024-03-17 10:46:15 -05:00
Thomas Kidd
628d5b3349 changed setup_host.sh to setup.sh 2024-03-16 20:15:59 -05:00
Thomas Kidd
9cf4be19ce created class Path variables to make changing directories easier 2024-03-16 15:22:31 -05:00
Kunlin Han
22b59138f0 Remove all #delay from non-testbench. 2024-03-16 11:20:32 -07:00
Thomas Kidd
777a40e7db updated file structure. Default is: ~/nightly/<date>/cvw 2024-03-16 11:26:46 -05:00
David Harris
35f1c1d971 Restructured rconlut for modularity 2024-03-16 07:26:40 -07:00
David Harris
fedd23a3c0 Renamed aes blocks based on size 2024-03-16 07:12:36 -07:00
David Harris
c01e4495b1 AES simplification 2024-03-16 07:00:56 -07:00
Thomas Kidd
5ab8131df6 reorganized logger module, passed logger to testing class, and started using Path python class 2024-03-15 21:56:57 -05:00
Thomas Kidd
a166928d98 gave default values for argparser 2024-03-15 15:10:49 -05:00
David Harris
b4a914a6e3 Commented out fcvt.h.l tests that don't run on fh_arch64gc arch64zfh; added testbench feature to print when the program jumps to address 0, presumably a bad trap handler 2024-03-14 21:53:30 -07:00
David Harris
b97769dd63 Removed duplicate rv32e arch32 test from regression 2024-03-14 21:29:13 -07:00
David Harris
0ffb9c7315 Removed mcmodel executables 2024-03-14 19:18:51 -07:00
David Harris
9ff9f9e0ae Updated wally-riscv-arch-test to be able to compile zfh and zfa tests. This caused a change in startup code, so certain reference_output results needed to change to compensate. Also commented out fcvtmod test in Zfa that fails because Sail produces the wrong expected value. 2024-03-14 19:03:57 -07:00
David Harris
cb610e10da Merge branch 'main' of https://github.com/openhwgroup/cvw into dev 2024-03-14 18:19:00 -07:00
David Harris
36e45a00a7
Merge pull request #675 from jordancarlin/main
Add derived configs directory to wally.do so derived configs can be simulated
2024-03-14 14:47:15 -07:00
Jordan Carlin
b476707b93
add derived configs directory to wally.do 2024-03-14 14:45:28 -07:00
David Harris
c3a0310dd0
Merge pull request #674 from jordancarlin/main
fcvtmod.w.d fix and config-shared.vh updates
2024-03-14 14:16:39 -07:00
Jordan Carlin
cbd61d008f
fix size of CVTLEN to support fcvtmod.w.d; add max macro to config-shared.vh 2024-03-14 14:07:15 -07:00
David Harris
48799aa87c Added Zfh and Zfa tests to wally-riscv-arch-test until they are accepted in riscv-arch-test repo 2024-03-14 10:49:36 -07:00
David Harris
d1be588fff resolved merge conflict 2024-03-14 08:05:52 -07:00
David Harris
d023228cd1 mcmodel example 2024-03-14 07:37:04 -07:00
David Harris
efc1d66e1c
Merge pull request #673 from Thomas-J-Kidd/main
Adding argparser to nightly_build.py in addition to minor updates
2024-03-13 21:46:18 -07:00
Thomas Kidd
7ed2d0c13d typo fix for displaying commands in email 2024-03-13 22:40:00 -05:00
Thomas Kidd
90026a5da1 showing commands used for executing each specific test 2024-03-13 22:13:20 -05:00
David Harris
5e3ff3e871
Merge pull request #671 from Karl-Han/increase_riscof_jobs
Increase number of jobs in riscof to speedup building.
2024-03-13 14:52:05 -07:00
Kunlin Han
b5419ccfc9 Increase number of jobs in riscof to speedup building. 2024-03-13 12:28:30 -07:00