refactor interfaces
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
`ifndef VX_DCACHE_REQ
|
||||
`define VX_DCACHE_REQ
|
||||
|
||||
`include "../VX_define.vh"
|
||||
|
||||
`ifndef VX_DCACHE_REQ
|
||||
|
||||
`define VX_DCACHE_REQ
|
||||
|
||||
interface VX_dcache_request_inter ();
|
||||
|
||||
wire[`NUM_THREADS-1:0][31:0] out_cache_driver_in_address;
|
||||
@@ -15,5 +13,4 @@ interface VX_dcache_request_inter ();
|
||||
|
||||
endinterface
|
||||
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user