checkpoint: Added icache struct
This commit is contained in:
16
rtl/VX_front_end.v
Normal file
16
rtl/VX_front_end.v
Normal 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
|
||||
Reference in New Issue
Block a user