17 lines
198 B
Verilog
17 lines
198 B
Verilog
`include "../VX_define.vh"
|
|
`ifndef VX_GPR_READ
|
|
|
|
`define VX_GPR_READ
|
|
|
|
|
|
interface VX_gpr_read_inter ();
|
|
|
|
wire[4:0] rs1;
|
|
wire[4:0] rs2;
|
|
wire[`NW_BITS-1:0] warp_num;
|
|
|
|
endinterface
|
|
|
|
|
|
|
|
`endif |