Properly reset stage_two_req signal

This commit is contained in:
Olof Kindgren 2021-08-26 10:47:03 +02:00
parent b10a871499
commit 781c07b7dc

View file

@ -186,6 +186,7 @@ endgenerate
init_done <= 1'b0;
o_ctrl_jump <= 1'b0;
o_cnt_r <= 4'b0000;
stage_two_req <= 1'b0;
end
end
end