Removed FWD
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
|
||||
`include "../VX_define.v"
|
||||
|
||||
`ifndef VX_FWD_CSR_RSP
|
||||
|
||||
`define VX_FWD_CSR_RSP
|
||||
|
||||
interface VX_forward_csr_response_inter ();
|
||||
wire csr_fwd;
|
||||
wire[31:0] csr_fwd_data;
|
||||
endinterface
|
||||
|
||||
|
||||
`endif
|
||||
@@ -1,19 +0,0 @@
|
||||
|
||||
`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
|
||||
@@ -1,20 +0,0 @@
|
||||
|
||||
`include "../VX_define.v"
|
||||
|
||||
`ifndef VX_FWD_MEM
|
||||
|
||||
`define VX_FWD_MEM
|
||||
|
||||
interface VX_forward_mem_inter ();
|
||||
|
||||
wire[4:0] dest;
|
||||
wire[1:0] wb;
|
||||
wire[`NT_M1:0][31:0] alu_result;
|
||||
wire[`NT_M1:0][31:0] mem_data;
|
||||
wire[31:0] PC_next;
|
||||
wire[`NW_M1:0] warp_num;
|
||||
|
||||
endinterface
|
||||
|
||||
|
||||
`endif
|
||||
@@ -1,18 +0,0 @@
|
||||
|
||||
`include "../VX_define.v"
|
||||
|
||||
`ifndef VX_FWD_REQ
|
||||
|
||||
`define VX_FWD_REQ
|
||||
|
||||
interface VX_forward_reqeust_inter ();
|
||||
|
||||
wire[4:0] src1;
|
||||
wire[4:0] src2;
|
||||
wire[`NW_M1:0] warp_num;
|
||||
|
||||
|
||||
endinterface
|
||||
|
||||
|
||||
`endif
|
||||
@@ -1,18 +0,0 @@
|
||||
|
||||
`include "../VX_define.v"
|
||||
|
||||
`ifndef VX_FWD_RSP
|
||||
|
||||
`define VX_FWD_RSP
|
||||
|
||||
interface VX_forward_response_inter ();
|
||||
|
||||
wire src1_fwd;
|
||||
wire src2_fwd;
|
||||
wire[`NT_M1:0][31:0] src1_fwd_data;
|
||||
wire[`NT_M1:0][31:0] src2_fwd_data;
|
||||
|
||||
endinterface
|
||||
|
||||
|
||||
`endif
|
||||
@@ -1,21 +0,0 @@
|
||||
|
||||
`include "../VX_define.v"
|
||||
|
||||
`ifndef VX_FWD_WB
|
||||
|
||||
`define VX_FWD_WB
|
||||
|
||||
interface VX_forward_wb_inter ();
|
||||
|
||||
wire[4:0] dest;
|
||||
wire[1:0] wb;
|
||||
wire[`NT_M1:0][31:0] alu_result;
|
||||
wire[`NT_M1:0][31:0] mem_data;
|
||||
wire[31:0] PC_next;
|
||||
wire[`NW_M1:0] warp_num;
|
||||
|
||||
|
||||
endinterface
|
||||
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user