added config.vh
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
`include "../VX_define.v"
|
||||
`include "../VX_define.vh"
|
||||
|
||||
`ifndef VX_BRANCH_RSP
|
||||
|
||||
@@ -9,7 +9,7 @@ interface VX_branch_response_inter ();
|
||||
wire valid_branch;
|
||||
wire branch_dir;
|
||||
wire[31:0] branch_dest;
|
||||
wire[`NW_M1:0] branch_warp_num;
|
||||
wire[`NW_BITS-1:0] branch_warp_num;
|
||||
|
||||
|
||||
endinterface
|
||||
|
||||
Reference in New Issue
Block a user