Commit Graph

10265 Commits

Author SHA1 Message Date
Rose Thompson
db3a7d5bbd More code cleanup for CacheSim.py 2024-11-13 10:45:33 -06:00
Rose Thompson
77d47e531f Merge branch 'main' into lrufixes 2024-11-13 10:34:21 -06:00
Rose Thompson
2fe73f8174 Replaced double | and & with single. We were having issues with these verilator giving a warning about the parameter widths not matching. However the warning is not occuring anymore. 2024-11-13 00:02:51 -06:00
Rose Thompson
8993432928 Resolved issue with questa not liking the TEST +arg as a generate. 2024-11-12 23:57:30 -06:00
Rose Thompson
ef7072b7c2 Merge branch 'main' into lrufixes 2024-11-12 17:57:28 -06:00
Rose Thompson
5346680758 Final code cleanup. 2024-11-12 17:52:16 -06:00
Rose Thompson
b8cafb5198 More code cleanup. 2024-11-12 17:51:22 -06:00
Rose Thompson
7868af0f81 Code cleanup. 2024-11-12 17:43:09 -06:00
Rose Thompson
8659d6efdb Resolved all CacheSim.py vs Wally mismaches. 2024-11-12 17:24:06 -06:00
Rose Thompson
d5e8ecbed5 Simplified the fpgatop SDCCLK logic. 2024-11-12 15:29:05 -06:00
Rose Thompson
f7270763a6 Merge branch 'main' of github.com:rosethompson/cvw 2024-11-12 15:06:57 -06:00
Rose Thompson
5afe634da5
Merge branch 'openhwgroup:main' into main 2024-11-12 15:05:03 -06:00
Rose Thompson
57fbd35484 Fixed lint errors in loggers.sv with Kaitlin. 2024-11-12 15:03:30 -06:00
Rose Thompson
ea2b69e1e7 Updates to wavefile. 2024-11-12 14:44:09 -06:00
Rose Thompson
383fce5522 Fixed the issue with cbo.clean. 2024-11-12 14:38:44 -06:00
Rose Thompson
b7b7c79726 CBO.FLUSH was not clearing the valid bit if the cacheline was clean. 2024-11-12 14:16:55 -06:00
Rose Thompson
5cc1fd4a85 Getting closer. Oly the wally64priv tests mismatch between the cachesim and wally. 2024-11-12 12:08:14 -06:00
Rose Thompson
8a4868ac57 Resolved a bug in the cache but there are still mismatches with the cache simulator. 2024-11-12 11:35:29 -06:00
Rose Thompson
0cf7b2e45a Progress on fixing the cache simulator to support cbo instructions. 2024-11-11 16:37:17 -06:00
Rose Thompson
3137fd7db2 Resolved some of the issues with the cache simulator mismatching with Wally. The LRU was incorrectly updating it's state while the cache was stalled causin g the LRU state to be update when it should not be. 2024-11-11 14:23:58 -06:00
David Harris
848c5feda7
Merge pull request #1083 from jordancarlin/verilator_assertions
Enable assertions in Verilator
2024-11-11 06:13:09 -08:00
Jordan Carlin
c776ef3fd4
enable assertions in Verilator 2024-11-10 22:20:51 -08:00
David Harris
f597eb8eec
Merge pull request #1081 from jordancarlin/linux_tv_gen_cleanup
Use objcopy to fix linux testvector byte order
2024-11-10 14:59:47 -08:00
Jordan Carlin
24af6bba51
Merge branch 'main' of https://github.com/openhwgroup/cvw into linux_tv_gen_cleanup 2024-11-09 17:38:30 -08:00
Jordan Carlin
43d0510bc7
Pad linux raw testvectors before reversing 2024-11-09 17:32:43 -08:00
Jordan Carlin
5bbaf2d95d
Remove bootmem.txt 2024-11-09 17:01:55 -08:00
Jordan Carlin
80f3b94057
Replace fixBinMem.c with objcopy 2024-11-09 17:01:34 -08:00
David Harris
e829c801a9
Merge pull request #1080 from jordancarlin/fix_gcc_update
Fix GCC not updated when install script rerun
2024-11-09 05:18:33 -08:00
Jordan Carlin
e4e266fee0
Fix GCC not updated when install script rerun
[skip ci]
2024-11-08 17:49:44 -08:00
Rose Thompson
425da11157
Merge pull request #1078 from jordancarlin/qemu_install
Don't clone QEMU submodules
2024-11-08 15:07:04 -06:00
Rose Thompson
3146f7394e
Merge pull request #1073 from naichewa/main
Correct some SPI Delay0 register behavior, simplify unneeded Delay0 logic
2024-11-08 13:15:35 -06:00
naichewa
515e05ed75
Merge branch 'openhwgroup:main' into main 2024-11-08 11:07:29 -08:00
naichewa
396a17623b Fixed TransmitStart resetting SCK and delay counter while already counting 2024-11-08 11:05:38 -08:00
Jordan Carlin
78bfa440a8
Merge pull request #1079 from coreyqh/dev
Fixed Typo
2024-11-08 10:14:36 -08:00
Corey Hickson
78fbb06962 Fixed Typo 2024-11-08 09:56:49 -08:00
Jordan Carlin
2fe8c48684
Don't clone QEMU submodules 2024-11-08 09:32:53 -08:00
David Harris
adc9123f61
Merge pull request #1074 from unaimillan/fix/minor_typos
Fix minor typos in src/fpu/postproc.sv
2024-11-08 07:47:32 -08:00
David Harris
5e217ce464
Merge pull request #1077 from Zain2050/main
Enabled 'show_c_prefix' in imperas
2024-11-08 07:47:15 -08:00
Zain2050
83b07a0d27 enable show_c_prefix 2024-11-08 07:12:44 -08:00
Jordan Carlin
3943d07827
Merge pull request #1076 from openhwgroup/revert-1065-Z_enable
Revert "Enabling ZB and Zk extensions in coverage.svh of congif/rv32gc and congif/rv64gc"
2024-11-07 17:04:42 -08:00
David Harris
18ddf1f77b
Revert "Enabling ZB and Zk extensions in coverage.svh of congif/rv32gc and congif/rv64gc" 2024-11-07 17:04:09 -08:00
David Harris
fe0938f5e1
Merge pull request #1075 from jordancarlin/code_coverage
Code coverage improvements
2024-11-07 16:35:50 -08:00
Mike Kuskov
e57473ece1 Fix minor typos in src/fpu/postproc 2024-11-08 02:23:44 +03:00
Jordan Carlin
6f496e0b93
Remove unused fround coverage test 2024-11-07 13:40:24 -08:00
Jordan Carlin
040d6269b5
cover illegal aes64ksli1 instruction 2024-11-07 13:40:24 -08:00
Jordan Carlin
4a14f80527
Refactor coverage tests to use assembly instead of machine code where possible 2024-11-07 13:40:24 -08:00
Jordan Carlin
85404bbc5b
Cover write to TIME CSR 2024-11-07 13:40:23 -08:00
naichewa
e59ca12cdc Merge branch 'main' of https://github.com/naichewa/cvw 2024-11-07 12:14:28 -08:00
naichewa
987015a2a7 Fix SPI Delay1 behavior 2024-11-07 12:14:23 -08:00
naichewa
24509adea3
Merge branch 'openhwgroup:main' into main 2024-11-07 10:49:36 -08:00