Added Proper Handshaking to Everything and Fixed a Couple of Bugs

This commit is contained in:
felsabbagh3
2020-03-29 02:11:14 -07:00
parent d31b607e01
commit efac643c66
9 changed files with 523 additions and 627 deletions

View File

@@ -27,6 +27,10 @@ interface VX_gpu_dcache_dram_req_inter
// DRAM Cache can't accept response
wire dram_fill_accept;
// DRAM Cache can't accept request
wire dram_req_delay;
endinterface