refactor interfaces

This commit is contained in:
Blaise Tine
2020-04-16 10:40:40 -04:00
parent 31f906f9fd
commit 460aabf6b1
33 changed files with 146 additions and 240 deletions

View File

@@ -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