pipeline refactoring
This commit is contained in:
15
hw/rtl/interfaces/VX_branch_ctl_if.v
Normal file
15
hw/rtl/interfaces/VX_branch_ctl_if.v
Normal file
@@ -0,0 +1,15 @@
|
||||
`ifndef VX_BRANCH_RSP_IF
|
||||
`define VX_BRANCH_RSP_IF
|
||||
|
||||
`include "VX_define.vh"
|
||||
|
||||
interface VX_branch_ctl_if ();
|
||||
|
||||
wire valid;
|
||||
wire [`NW_BITS-1:0] warp_num;
|
||||
wire taken;
|
||||
wire [31:0] dest;
|
||||
|
||||
endinterface
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user