refactor interfaces
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
|
||||
`include "../VX_define.vh"
|
||||
|
||||
`ifndef VX_WARP_CTL_INTER
|
||||
|
||||
`define VX_WARP_CTL_INTER
|
||||
|
||||
`include "../VX_define.vh"
|
||||
|
||||
interface VX_warp_ctl_inter ();
|
||||
|
||||
wire[`NW_BITS-1:0] warp_num;
|
||||
@@ -29,8 +28,6 @@ interface VX_warp_ctl_inter ();
|
||||
wire[`NUM_THREADS-1:0] split_later_mask;
|
||||
wire[31:0] split_save_pc;
|
||||
|
||||
|
||||
endinterface
|
||||
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user