RTL code refactoring
This commit is contained in:
13
hw/rtl/interfaces/VX_wstall_if.v
Normal file
13
hw/rtl/interfaces/VX_wstall_if.v
Normal file
@@ -0,0 +1,13 @@
|
||||
`ifndef VX_WSTALL_INTER
|
||||
`define VX_WSTALL_INTER
|
||||
|
||||
`include "../VX_define.vh"
|
||||
|
||||
interface VX_wstall_if();
|
||||
|
||||
wire wstall;
|
||||
wire [`NW_BITS-1:0] warp_num;
|
||||
|
||||
endinterface
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user