This commit is contained in:
felsabbagh3
2019-10-17 11:29:40 -04:00
parent 33e20a2d80
commit 10fbb53c38

View File

@@ -84,10 +84,12 @@ VX_decode vx_decode(
wire special_what = total_freeze || forwarding_fwd_stall; wire special_what = total_freeze || forwarding_fwd_stall;
wire temp_fwd_stall = 0;
VX_d_e_reg vx_d_e_reg( VX_d_e_reg vx_d_e_reg(
.clk (clk), .clk (clk),
.reset (reset), .reset (reset),
.in_fwd_stall (0), .in_fwd_stall (temp_fwd_stall),
.in_branch_stall(execute_branch_stall), .in_branch_stall(execute_branch_stall),
.in_freeze (special_what), .in_freeze (special_what),
.in_gpr_stall (decode_gpr_stall), .in_gpr_stall (decode_gpr_stall),