16 lines
224 B
Verilog
16 lines
224 B
Verilog
|
|
`include "../VX_define.vh"
|
|
|
|
`ifndef VX_DCACHE_RSP
|
|
|
|
`define VX_DCACHE_RSP
|
|
|
|
interface VX_dcache_response_inter ();
|
|
|
|
wire[`NUM_THREADS-1:0][31:0] in_cache_driver_out_data;
|
|
wire delay;
|
|
|
|
endinterface
|
|
|
|
|
|
`endif |