Add missing initialize

This commit is contained in:
Alex Forencich 2015-05-16 22:32:02 -07:00
parent ec95a6055d
commit 15edfa0f85

View File

@ -303,6 +303,7 @@ always @* begin
frame_ptr_next = frame_ptr_reg;
ifg_count_next = ifg_count_reg;
deficit_idle_count_next = deficit_idle_count_reg;
last_cycle_txd_next = last_cycle_txd_reg;
last_cycle_txc_next = last_cycle_txc_reg;