checkpoint: Added icache struct

This commit is contained in:
felsabbagh3
2019-09-03 16:19:06 -04:00
parent cde45648ea
commit 2d0e41db63
31 changed files with 544 additions and 101 deletions

16
rtl/VX_front_end.v Normal file
View File

@@ -0,0 +1,16 @@
module VX_front_end (
input clk, // Clock
input reset,
input icache_response_t icache_response,
output icache_request_t icache_request,
);
endmodule