1
0
mirror of https://github.com/olofk/serv.git synced 2026-01-13 15:17:25 +00:00

Add missing reset on cnt_done

This commit is contained in:
Olof Kindgren 2021-08-27 12:18:32 +02:00
parent 781c07b7dc
commit 64f5ca0b7f

View File

@ -185,6 +185,7 @@ endgenerate
o_cnt <= 3'd0;
init_done <= 1'b0;
o_ctrl_jump <= 1'b0;
o_cnt_done <= 1'b0;
o_cnt_r <= 4'b0000;
stage_two_req <= 1'b0;
end