refactor interfaces
This commit is contained in:
@@ -1,17 +1,15 @@
|
||||
|
||||
`ifndef VX_JAL_RSP
|
||||
`define VX_JAL_RSP
|
||||
|
||||
`include "../VX_define.vh"
|
||||
|
||||
`ifndef VX_JAL_RSP
|
||||
|
||||
`define VX_JAL_RSP
|
||||
|
||||
interface VX_jal_response_inter ();
|
||||
|
||||
wire jal;
|
||||
wire[31:0] jal_dest;
|
||||
wire[`NW_BITS-1:0] jal_warp_num;
|
||||
wire jal;
|
||||
wire[31:0] jal_dest;
|
||||
wire[`NW_BITS-1:0] jal_warp_num;
|
||||
|
||||
endinterface
|
||||
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user