Removed FWD

This commit is contained in:
felsabbagh3
2019-10-18 02:01:39 -04:00
parent 6b729fd2ea
commit 505bbc20c8
20 changed files with 9 additions and 521 deletions

View File

@@ -11,9 +11,6 @@ module VX_execute_unit (
VX_jal_response_inter VX_jal_rsp,
// Branch Response
VX_branch_response_inter VX_branch_rsp,
// Forward data
VX_forward_exe_inter VX_fwd_exe,
input wire[31:0] in_csr_data,
output wire[11:0] out_csr_address,
@@ -24,12 +21,6 @@ module VX_execute_unit (
);
assign VX_fwd_exe.dest = 0;
assign VX_fwd_exe.wb = 0;
assign VX_fwd_exe.alu_result = 0;
assign VX_fwd_exe.PC_next = 0;
assign VX_fwd_exe.warp_num = 0;
wire[`NT_M1:0][31:0] in_a_reg_data;