19 lines
282 B
Verilog
19 lines
282 B
Verilog
|
|
`include "../VX_define.v"
|
|
|
|
`ifndef VX_FWD_EXE
|
|
|
|
`define VX_FWD_EXE
|
|
|
|
interface VX_forward_exe_inter ();
|
|
|
|
wire[4:0] dest;
|
|
wire[1:0] wb;
|
|
wire[`NT_M1:0][31:0] alu_result;
|
|
wire[31:0] PC_next;
|
|
wire[`NW_M1:0] warp_num;
|
|
|
|
endinterface
|
|
|
|
|
|
`endif |