This commit is contained in:
felsabbagh3
2019-10-18 02:20:38 -04:00
parent 505bbc20c8
commit 559c64cb36
12 changed files with 54 additions and 73 deletions

View File

@@ -7,8 +7,7 @@ module VX_gpr_wrapper (
VX_gpr_jal_inter VX_gpr_jal,
output wire[`NT_M1:0][31:0] out_a_reg_data,
output wire[`NT_M1:0][31:0] out_b_reg_data,
output wire out_gpr_stall
output wire[`NT_M1:0][31:0] out_b_reg_data
);
@@ -40,10 +39,7 @@ module VX_gpr_wrapper (
end
endgenerate
assign out_gpr_stall = 0;
endgenerate
endmodule