mirror of
https://github.com/alexforencich/verilog-ethernet.git
synced 2025-01-28 07:03:08 +08:00
Add missing initialize
This commit is contained in:
parent
ec95a6055d
commit
15edfa0f85
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user