13 lines
182 B
Verilog
13 lines
182 B
Verilog
`ifndef VX_WSTALL_IF
|
|
`define VX_WSTALL_IF
|
|
|
|
`include "VX_define.vh"
|
|
|
|
interface VX_wstall_if();
|
|
|
|
wire wstall;
|
|
wire [`NW_BITS-1:0] warp_num;
|
|
|
|
endinterface
|
|
|
|
`endif |