project directories reorganization
This commit is contained in:
18
hw/rtl/interfaces/VX_icache_response_inter.v
Normal file
18
hw/rtl/interfaces/VX_icache_response_inter.v
Normal file
@@ -0,0 +1,18 @@
|
||||
`include "../VX_define.v"
|
||||
|
||||
`ifndef VX_ICACHE_RSP
|
||||
|
||||
`define VX_ICACHE_RSP
|
||||
|
||||
interface VX_icache_response_inter ();
|
||||
|
||||
// wire ready;
|
||||
// wire stall;
|
||||
wire[31:0] instruction;
|
||||
wire delay;
|
||||
|
||||
|
||||
endinterface
|
||||
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user