slmnemo
39ae26a897
Added documentation for known Verilator hierarchy bug
2024-04-15 15:58:09 -07:00
Kunlin Han
36e7d0da52
Embed get_buildroot_testvector.py to get_images.sh and it is only used when specifying building.
2024-04-15 10:39:00 -07:00
Kunlin Han
2fd0a724f2
Remove buildroot and testvector to avoid duplicate files.
2024-04-15 10:30:14 -07:00
David Harris
58d3df0d16
Merge pull request #724 from ross144/main
...
added fortran comiler to buildroot for spec benchmarks.
2024-04-15 10:18:49 -06:00
Rose Thompson
86e2f80819
Merge pull request #729 from Karl-Han/regression_wallly_bin
...
Update regression-wally as it is added to PATH.
2024-04-15 11:13:42 -05:00
slmnemo
4b80457f3e
Fixed issue with Verilator hierarchical referencing by changing module names, moved run-imperas-linux to correct directory
2024-04-12 21:58:20 -07:00
slmnemo
ce9ac4ae0b
Merge branch 'main' of https://github.com/openhwgroup/cvw into linux_local
2024-04-12 21:34:19 -07:00
slmnemo
342c99d6ea
Rearranged uart_logger block to only generate if UART is supported
2024-04-12 21:30:33 -07:00
Kunlin Han
eeb5c59143
Remove unnecessary sig and avoid uninitialized signal inside always block.
2024-04-12 16:06:10 -07:00
Kunlin Han
7b5972ea82
Merge branch 'verilator_getenv' into wsim_verilator
2024-04-12 15:27:09 -07:00
Kunlin Han
ca0cec9fff
Merge branch 'regression_wallly_bin' into wsim_verilator
2024-04-12 15:22:01 -07:00
Kunlin Han
efea24db22
Update regression-wally as it is added to PATH.
2024-04-12 15:08:45 -07:00
Kunlin Han
4d9de94029
Add support for getenvval as wrapper for Verilator's getenv.
2024-04-12 14:59:04 -07:00
Kunlin Han
a55bb01d1d
Update README and put logs in the right places.
2024-04-11 20:16:55 -07:00
Kunlin Han
e25177cf4c
Add verilator support for wsim.
2024-04-11 20:02:20 -07:00
Rose Thompson
a31ede3c02
Merge pull request #725 from jordancarlin/main
...
Add build files from examples directory to gitignore
2024-04-11 16:41:23 -05:00
Rose Thompson
ab74de45ed
Added fortran compiler to buildroot for spec benchmarks.
2024-04-11 13:58:13 -05:00
Rose Thompson
cf27ef1729
Updated .gitignore for branch prediction results.
2024-04-11 10:31:27 -05:00
Rose Thompson
6097444b5a
Added missing file for compiling the fpga zero stage bootloader.
2024-04-11 10:30:56 -05:00
slmnemo
90040a6a21
Added extra path to run-imperas-linux.sh to match new questa directory with .do files
2024-04-09 16:13:31 -07:00
James E. Stine
fd4ce8eca7
Remove path for old GCC tools as it causes some issues. Experimentation by removing caused no problems as just use bin is needed
2024-04-09 10:37:32 -05:00
James E. Stine
760291d6cc
On some Ubuntu boxes, the path for Wally interferes with other tools. Prepending Wally path to make sure there are no conflicts.
2024-04-09 09:00:45 -05:00
Jordan Carlin
1e3b602cc6
Add files built from examples to gitignore
2024-04-08 12:14:32 -07:00
Rose Thompson
e53e12ad5c
Merge pull request #719 from Shreesh-Kulkarni/patch-4
...
Modified coremark_sweep.py to tabulate both 32 and 64-bit configurations.
2024-04-08 13:59:31 -05:00
Shreesh Kulkarni
18b367e0b0
updated date of file modification
2024-04-08 22:58:32 +05:30
Shreesh Kulkarni
dd3d36d1a7
Modified coremark_sweep.py to tabulate both 32 and 64-bit configurations.
...
Modified the script to tabulate 64-bit RISC-V configurations as well.
2024-04-08 22:56:32 +05:30
Kunlin Han
6234db81a0
regression-wally is now in PATH
2024-04-08 09:58:20 -07:00
David Harris
3e9ef8bd92
Merge pull request #717 from jordancarlin/main
...
Update tool-chain-install to only build Sail c emulator
2024-04-08 08:18:25 -07:00
Jordan Carlin
e0312bd3af
Update tool-chain-install to only build Sail c emulator
...
Wally only uses the c emulator, so there is no reason to have it build the other models (like ocaml).
When only the c emulator is used it is also able to only build the differences since the last build.
2024-04-08 08:13:07 -07:00
Rose Thompson
b4b0cb81b9
Merge pull request #716 from davidharrishmc/dev
...
Fixed coremark to use wsim, more testfloat regression tests
2024-04-08 09:10:25 -05:00
David Harris
f5602d8b55
Ignore coremark_results
2024-04-08 05:57:50 -07:00
David Harris
60e70c1986
Fixed testbench-fp replication length for regression-wally --testfloat. Changed regression-wally to expect -- in named arguments.
2024-04-08 05:57:18 -07:00
Kunlin Han
ffe554a927
Add extra prompt.
2024-04-07 10:41:40 -07:00
David Harris
d182a2925e
Fixed bug in testbench_fp for XLEN > FLEN
2024-04-07 05:40:18 -07:00
David Harris
0b3bb72280
Added missing fdh_ieee_rv64gc derived config
2024-04-06 21:48:06 -07:00
David Harris
fec160d6f9
Updated coremark to use wsim
2024-04-06 21:38:44 -07:00
David Harris
76570ed2c2
Merge branch 'main' of https://github.com/openhwgroup/cvw into dev
2024-04-06 20:51:46 -07:00
David Harris
dc6dc93b22
Merge pull request #712 from ross144/main
...
Fixed the buildroot vs +acc flag issue
2024-04-06 20:08:25 -07:00
David Harris
5092743365
Merge pull request #714 from jordancarlin/main
...
Update RISCOF ISA config MISA values to be consistent
2024-04-06 20:07:39 -07:00
Rose Thompson
7ec6c7ee51
Merge pull request #713 from Karl-Han/site_setup_fallback
...
Add fallback on site-setup.sh if no RISCV/site-setup.sh exists.
2024-04-06 20:24:39 -05:00
Jordan Carlin
6ef6bc042d
Update RISCOF ISA config MISA values to be consistent
2024-04-06 18:18:50 -07:00
Kunlin Han
fd2f88ef33
Add fallback on site-setup.sh if no RISCV/site-setup.sh exists.
2024-04-06 17:06:06 -07:00
Kunlin Han
e36c170204
Improve buildroot and linux vector.
2024-04-06 16:47:32 -07:00
Rose Thompson
bb072fba84
Fixed the buildroot issue.
2024-04-06 18:25:53 -05:00
David Harris
fb130edbf1
Merge branch 'main' of https://github.com/openhwgroup/cvw into dev
2024-04-06 16:17:47 -07:00
David Harris
fe9b6129b8
Starting to add more testfloat
2024-04-06 16:17:42 -07:00
David Harris
b7b835f4eb
Merge pull request #711 from ross144/main
...
Got questa running with the wavefiles with unified do for testbench and testbench-fp
2024-04-06 16:16:29 -07:00
Rose Thompson
d0d1166e3f
Got the separation of the -G and +variable arguments in the questa do file.
...
regression still runs.
2024-04-06 18:04:48 -05:00
Rose Thompson
cdcff9d368
Updated sim-wally to work with new run scripts.
2024-04-06 16:32:07 -05:00
Rose Thompson
41845ec17e
Fixed issues around missing directories.
2024-04-06 16:29:58 -05:00