Commit Graph

8276 Commits

Author SHA1 Message Date
Marcus Mellor
eeedc26908 soc: Add shallow=true to basejump_stl submodule 2024-03-27 10:16:31 -05:00
Marcus Mellor
1677dcc7d5 soc: Fix basejump_stl submodule path 2024-03-27 10:16:31 -05:00
Marcus Mellor
60108a3462 soc/src/fifo/fifo.sv: Fix missing parameter 2024-03-27 10:16:31 -05:00
Marcus Mellor
74a4d895e8 soc/src/bsg_dmc_ahb.sv: Fix incorrect parameters 2024-03-27 10:16:31 -05:00
Marcus Mellor
e33683c72f soc/src/bsg_dmc_ahb.sv: Fix syntax errors 2024-03-27 10:16:31 -05:00
Marcus Mellor
62804195f8 soc: organize SoC sources 2024-03-27 10:16:31 -05:00
Marcus Mellor
f492a9a6c8 soc/fifo: Add copyright headers 2024-03-27 10:16:31 -05:00
Marcus Mellor
1799823cf8 uncore: Revert changes to uncore.sv
Previously I made changes to uncore.sv to enable external RAM with
the bsg_dmc memory controller. As it turns out, these changes were
unnecessary as I should have implemented the bsg_dmc interface at
the toplevel external AHB bus.
2024-03-27 10:16:31 -05:00
Marcus Mellor
efc3bc9615 soc: Move SoC sv to a new folder 2024-03-27 10:16:31 -05:00
Marcus Mellor
dec30b4d99 uncore: Add fifo 2024-03-27 10:16:31 -05:00
Marcus Mellor
b05893647f uncore: Add bsg_dmc and expose DDR PHY interface 2024-03-27 10:16:31 -05:00
Marcus Mellor
7aef43372d uncore: Add bsg_dmc memory controller to AHB bus 2024-03-27 10:16:31 -05:00
David Harris
ce290e5c29
Merge pull request #694 from quswarabid/bringup_ISACOV
ISACOV is functioning - March 27, 2024
2024-03-26 16:31:05 -07:00
Quswar Abid
21dd4649de ISACOV is functioning - March 27, 2024 2024-03-26 14:17:41 -07:00
David Harris
a3329d9c49
Merge pull request #692 from ross144/main
Fixed #689 caused by removal of #1 delays.  For some reason the #1 were not removed from cacheLRU.sv.
2024-03-26 13:56:55 -07:00
Rose Thompson
5b4d3f49b0 Fixed #689 caused by removal of #1 delays. For some reason the #1 were not removed from cacheLRU.sv. 2024-03-26 12:26:03 -05:00
Rose Thompson
947e4bb027
Merge pull request #688 from davidharrishmc/dev
Cleanup
2024-03-24 21:03:21 -05:00
David Harris
fc158689ad Shared amoalu max/min comparator hardware and removed input sign extend muxes 2024-03-24 17:15:46 -07:00
David Harris
f0b29d3083 AMO max/min comparator optimization 2024-03-24 17:05:32 -07:00
David Harris
5e53aa4de7 Updated tool chain installation instructions and added a script for docker installation 2024-03-24 15:19:36 -07:00
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