22 lines
298 B
Verilog
22 lines
298 B
Verilog
|
|
`include "../VX_define.v"
|
|
|
|
`ifndef VX_WARP_CTL_INTER
|
|
|
|
`define VX_WARP_CTL_INTER
|
|
|
|
interface VX_warp_ctl_inter ();
|
|
|
|
wire[`NW_M1:0] warp_num;
|
|
wire change_mask;
|
|
wire[`NT_M1:0] thread_mask;
|
|
|
|
wire wspawn;
|
|
wire[31:0] wspawn_pc;
|
|
|
|
wire ebreak;
|
|
|
|
endinterface
|
|
|
|
|
|
`endif |