added config.vh
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
`include "../VX_define.v"
|
||||
`include "../VX_define.vh"
|
||||
|
||||
`ifndef VX_DCACHE_RSP
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
interface VX_dcache_response_inter ();
|
||||
|
||||
wire[`NT_M1:0][31:0] in_cache_driver_out_data;
|
||||
wire[`NUM_THREADS-1:0][31:0] in_cache_driver_out_data;
|
||||
wire delay;
|
||||
|
||||
endinterface
|
||||
|
||||
Reference in New Issue
Block a user