merging changes from OPAE branch making this branch
This commit is contained in:
16
old_rtl/interfaces/VX_dcache_response_inter.v
Normal file
16
old_rtl/interfaces/VX_dcache_response_inter.v
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
`include "../VX_define.v"
|
||||
|
||||
`ifndef VX_DCACHE_RSP
|
||||
|
||||
`define VX_DCACHE_RSP
|
||||
|
||||
interface VX_dcache_response_inter ();
|
||||
|
||||
wire[`NT_M1:0][31:0] in_cache_driver_out_data;
|
||||
wire delay;
|
||||
|
||||
endinterface
|
||||
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user