Commit Graph

1289 Commits

Author SHA1 Message Date
Blaise Tine
d2bc820909 Merge branch 'master' of https://github.com/vortexgpgpu/vortex-dev 2020-11-10 14:01:58 -05:00
Blaise Tine
0bacfd2dae minor update 2020-11-10 13:47:28 -05:00
Blaise Tine
c1f23cf3ad fixed redundnat cache fill with dirty block, fixed cache tag_store critical path 2020-11-10 08:32:34 -08:00
Blaise Tine
725322807e fixed DRAM response backpressure inside Cache 2020-11-10 05:24:57 -08:00
Blaise Tine
ed69be4027 pipeline optimization: fixed GPR fanout delay to execute unitsddddssssvcd 2020-11-09 21:41:06 -08:00
Blaise Tine
7c384eaf7f fixed snoop forwarding hang 2020-11-09 20:02:33 -08:00
Blaise Tine
f8d54c6994 fixed cache_core_rsp_merge unit 2020-11-09 02:10:35 -08:00
Blaise Tine
203a184008 fixed bank_core_req_abr critical path 2020-11-08 18:25:32 -08:00
Blaise Tine
10505caae1 refactoring all arbiters with buffering for request count > 2, optimized the cache core response module in critical path when running as L2 2020-11-08 01:31:46 -08:00
Blaise Tine
b14007f930 pipeline optimization: fixed GPR fanout delay to execute units 2020-11-07 02:01:21 -08:00
Blaise Tine
af2bb3b789 cache fixes and opyimization - fmax moved from 162 mhz to 220 mhz!!! 2020-11-05 03:49:50 -08:00
Blaise Tine
4c6a74fa87 cache refactoring - phase 3 - added dedicated pipeline stage for tag access 2020-11-04 03:21:30 -08:00
Blaise Tine
cd8ce20bd6 minor improvement 2020-11-03 17:08:26 -08:00
Blaise Tine
323d2a3b3e minor fix 2020-11-03 15:34:35 -08:00
Blaise Tine
ba81d76e02 cache refactoring - phase 2 2020-11-03 04:51:40 -08:00
trmontgomery
4151ee197b per_bank_miss added to VX_cache.v 2020-11-02 12:07:10 -05:00
trmontgomery
40a9fd3aaf miss output vector added to cache.v and bank.v 2020-11-02 12:02:54 -05:00
trmontgomery
e6a8df7be1 miss vec is displayed 2020-11-02 12:01:03 -05:00
Blaise Tine
5be1d85648 cache refactoring (fixed redundant fill requests, merged fill and writeback queues), optimized priority encoder, fixed crs cycles count 2020-11-02 01:50:12 -08:00
Blaise Tine
3fe31fc337 fixed afu to cpu mempcy hang 2020-10-28 14:19:13 -07:00
Blaise Tine
9a9f7955f0 basic test timing + scope tracing ccip 2020-10-27 17:04:04 -04:00
Blaise Tine
4bd5ee2673 fixed rtlsim regression 2020-10-26 12:59:58 -04:00
Blaise Tine
d319ae3b97 minor rupdate 2020-10-26 05:27:10 -04:00
Blaise Tine
09b1c0eea7 minor update 2020-10-26 02:02:05 -07:00
Blaise Tine
48897d9778 minor update 2020-10-25 18:29:25 -07:00
Blaise Tine
43ae82e788 vlsim fix, verilator fst trace, use ram optimization 2020-10-25 16:40:50 -07:00
Blaise Tine
81dc8c7279 minor update 2020-10-20 16:47:01 -04:00
Blaise Tine
e9d1754990 Merge branch 'master' of https://github.com/vortexgpgpu/vortex-dev 2020-10-20 11:49:35 -04:00
Blaise Tine
e6466b887c minor update 2020-10-20 08:45:21 -07:00
Blaise Tine
8290ad8828 minor update 2020-10-20 05:49:45 -07:00
Blaise Tine
7529f72c5d fixed OPAE crash, added custom bram module to controll rw collision, dogfood testcase argurment, optimzed buffered fifo, quartus build optimization flags 2020-10-20 05:32:55 -07:00
Blaise Tine
301cc45740 scope fixes 2020-10-14 09:19:26 -07:00
Blaise Tine
58b8e82908 scope fixes ... 2020-10-13 17:09:22 -04:00
Blaise Tine
4bfc4ee78f scope fixes 2020-10-13 08:44:55 -07:00
Blaise Tine
99e209b7a2 Merge branch 'master' of https://github.gatech.edu/casl/Vortex 2020-10-12 20:35:44 -07:00
Blaise Tine
7334896665 Merge branch 'master' of https://github.gatech.edu/casl/Vortex
Conflicts:
	benchmarks/opencl/bfs/Makefile
	benchmarks/opencl/convolution/Makefile
	benchmarks/opencl/guassian/Makefile
	benchmarks/opencl/kmeans/Makefile
	benchmarks/opencl/nearn/Makefile
	benchmarks/opencl/saxpy/Makefile
	benchmarks/opencl/sfilter/Makefile
	benchmarks/opencl/sgemm/Makefile
	benchmarks/opencl/transpose/Makefile
	benchmarks/opencl/vecadd/Makefile
	driver/tests/basic/Makefile
	driver/tests/demo/Makefile
	driver/tests/dogfood/Makefile
	miscs/rvvector/vector_test/Makefile
	runtime/Makefile
	runtime/tests/dev/Makefile
	runtime/tests/hello/Makefile
	runtime/tests/nlTest/Makefile
	runtime/tests/simple/Makefile
	runtime/tests/vecadd/Makefile
2020-10-12 20:33:32 -07:00
Blaise Tine
32da50816f scope refactoring: adding modules definitions to VCD trace 2020-10-12 23:26:02 -04:00
Carter René Montgomery
a83048b3bd Comments 2020-10-06 14:50:56 -04:00
Carter René Montgomery
1f4af4777c Comments 2020-10-06 14:35:46 -04:00
Blaise Tine
309dd48fc6 scope bug fixes 2020-10-06 03:59:27 -04:00
Carter René Montgomery
d2ab8d3cc6 Added comments to prep for cache presentation 2020-10-05 14:49:47 -04:00
Blaise Tine
4e1007e5b2 scope refactoring 2020-10-03 18:53:21 -04:00
Blaise Tine
a10d6fed47 update Makefile 2020-09-24 18:29:09 -07:00
Blaise Tine
878c89861b CI script updates 2020-09-20 01:44:14 -04:00
Blaise Tine
990b1585f1 CI script updates 2020-09-20 01:27:34 -04:00
Blaise Tine
b3a52f4002 minor update 2020-09-20 00:43:01 -04:00
Blaise Tine
c9d38c2b80 CI script updates 2020-09-20 00:17:42 -04:00
Blaise Tine
a8972af51e Merge branch 'master' of https://github.com/vortexgpgpu/vortex-dev 2020-09-19 22:44:27 -04:00
Blaise Tine
0919210cfa update CI scripts 2020-09-19 22:41:25 -04:00
Blaise Tine
409b9113cf update CI scripts 2020-09-19 17:26:32 -04:00