Cleanup
This commit is contained in:
15
rtl/interfaces/VX_wstall_inter.v
Normal file
15
rtl/interfaces/VX_wstall_inter.v
Normal file
@@ -0,0 +1,15 @@
|
||||
`include "../VX_define.v"
|
||||
|
||||
`ifndef VX_WSTALL_INTER
|
||||
|
||||
`define VX_WSTALL_INTER
|
||||
|
||||
|
||||
interface VX_wstall_inter();
|
||||
wire wstall;
|
||||
wire[`NW_M1:0] warp_num;
|
||||
endinterface
|
||||
|
||||
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user