refactor interfaces
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
`ifndef VX_DCACHE_RSP
|
||||
`define VX_DCACHE_RSP
|
||||
|
||||
`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;
|
||||
wire delay;
|
||||
|
||||
endinterface
|
||||
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user