Commit Graph

5292 Commits

Author SHA1 Message Date
David Harris
848ccd8b90 Fixed license header for config files to SolderPad 2023-01-27 15:17:17 -08:00
Ross Thompson
a953954909 Clarified gshare bp. 2023-01-27 16:40:20 -06:00
David Harris
a99fc74976 Removed integer from localparams 2023-01-27 14:40:06 -08:00
David Harris
717cb4e6c5 Removed int/integer from parameters) 2023-01-27 14:27:04 -08:00
Ross Thompson
121fbd9646 Removed pessimistic x propagation issue for wally32priv test in the branch predictor. 2023-01-27 15:28:31 -06:00
Ross Thompson
cf49c7ddc1 Found issue with branch predictor. 2023-01-27 13:13:55 -06:00
David Harris
44c7102026 Renamed ram2p1rw1be to match modeule name 2023-01-27 09:54:50 -08:00
David Harris
8345a629aa Merge branch 'main' of https://github.com/openhwgroup/cvw into dev 2023-01-27 09:51:55 -08:00
Ross Thompson
6c86c0389c Very hacky. But I think gshare is now correct with respect to repair on instruction class miss prediction. 2023-01-27 11:34:45 -06:00
David Harris
d8f0e3dd70 Modified testgen to not produce reference outputs 2023-01-27 07:25:40 -08:00
David Harris
cea89f27cf Removed unused WALLY test references 2023-01-27 07:25:04 -08:00
David Harris
2af94bf283 Removed unused reference files 2023-01-27 07:21:55 -08:00
David Harris
e9e85d3c36 Merge pull request #32 from davidharrishmc/dev
Dev
2023-01-27 06:16:36 -08:00
David Harris
37ba3d0fcd Removed f tests from rv32e 2023-01-27 06:15:20 -08:00
David Harris
7fbbed7927 Update riscof makefile to use rv32gc config 2023-01-27 05:57:58 -08:00
David Harris
4744996282 Removed suggestion about make allclean 2023-01-27 05:57:05 -08:00
David Harris
b81b5781e1 Renamed spike_rv32imc_isa.yaml to rv32gc to reflect cases tested 2023-01-27 05:56:49 -08:00
David Harris
4f7e1b9423 Fixed typo in bpred preventing compiling 2023-01-27 05:55:53 -08:00
David Harris
e682b8d0d4 renamed brpred to bpred 2023-01-27 05:55:31 -08:00
David Harris
ae1ae45818 Merge pull request #30 from davidharrishmc/dev
cleanup
2023-01-26 15:00:23 -08:00
David Harris
5df4679bcb Removed old link to imperas-riscv-tests 2023-01-26 14:53:25 -08:00
David Harris
3986e84179 Merge branch 'main' of https://github.com/openhwgroup/cvw into dev 2023-01-26 14:52:25 -08:00
David Harris
7004f262c9 Added DWARF symbols for QEMU simulation 2023-01-26 14:51:39 -08:00
Ross Thompson
bbb47fc943 Changed the performance counters to track different data.
Now rather than tracking jump(r) we track jump(r) and taken branches.
2023-01-26 13:21:28 -06:00
Ross Thompson
e0ca23cdd6 Fixed another bug with the compressed instruction class decode. 2023-01-26 12:19:33 -06:00
Ross Thompson
3652673487 Fixed compressed branch class decode. 2023-01-26 11:07:47 -06:00
Ross Thompson
2ee6ffe74b Improved no class prediction mode. 2023-01-26 10:54:43 -06:00
Ross Thompson
29d4cd7ffa Modified the RAS to correctly repair itself. 2023-01-25 23:33:03 -06:00
Madeleine Masser-Frye
6ece31183c Fixed config file writing for synthesis (#29)
* Fixed writing config files for synth sweeps

* cleaned up comments
2023-01-26 06:58:15 +02:00
Madeleine Masser-Frye
eda3d4c667 cleaned up comments 2023-01-26 04:53:43 +00:00
Madeleine Masser-Frye
3249cbe42e Fixed writing config files for synth sweeps 2023-01-26 04:50:14 +00:00
Ross Thompson
43d4ac1c7b Intermediate commit. Passes regression tests, but RAS is not correct. 2023-01-25 19:39:18 -06:00
Ross Thompson
4e858199e5 Fixed typos. 2023-01-25 18:51:09 -06:00
Ross Thompson
e1d0be5c61 RAS is now compliant with our header and documentation guide. 2023-01-25 17:18:07 -06:00
Ross Thompson
0b9f787635 Improved RAS again. 2023-01-25 17:10:52 -06:00
Ross Thompson
172c40d44b Improved RAS. 2023-01-25 17:06:25 -06:00
Mike Thompson
fcfb36abaa Merge pull request #28 from ross144/main
Consolidated SRAMs and removed unused versions
2023-01-25 23:58:03 +01:00
Ross Thompson
56aa798d5c More branch predictor improvements. 2023-01-25 16:03:02 -06:00
Ross Thompson
3d285312f0 Cleaned up branch predictor. 2023-01-25 15:29:55 -06:00
Ross Thompson
bb89bf82bf Fixed subtle bug in btb. 2023-01-25 15:16:53 -06:00
Ross Thompson
d4004c2c22 Added logic to forward btb prediction results. 2023-01-25 13:02:20 -06:00
Ross Thompson
541524a754 More btb cleanup. 2023-01-25 12:14:18 -06:00
Ross Thompson
62d812b150 Updated gitflow. 2023-01-25 12:09:02 -06:00
Ross Thompson
85e015d61e Found minor bug in gshare. 2023-01-25 12:08:54 -06:00
Ross Thompson
a0bca35b50 BTB cleanup. 2023-01-25 12:05:13 -06:00
Ross Thompson
5030a56f57 Optomized gshare. 2023-01-25 11:41:16 -06:00
Ross Thompson
a5bd78a622 Renamed file missed from last commit. 2023-01-25 10:17:43 -06:00
Ross Thompson
1e7fda6410 Fixed wrong header on optgshare.sv. Somehow it still had the old MIT license.
Renamed ram2p1rwbefix.sv to ram2p1rwbe.sv
2023-01-25 10:14:30 -06:00
David Harris
e27eed6c52 Merge branch 'main' of https://github.com/openhwgroup/cvw into dev 2023-01-25 06:03:02 -08:00
Ross Thompson
39fc3c627b Merge branch 'main' of https://github.com/openhwgroup/cvw 2023-01-24 17:33:14 -06:00