mirror of
https://github.com/alexforencich/verilog-ethernet.git
synced 2025-01-28 07:03:08 +08:00
Add missing assign to frame_min_count_reg in axis_xgmii_tx_32 module
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
parent
b22db1d2d2
commit
f400372b1c
@ -523,6 +523,8 @@ end
|
||||
always @(posedge clk) begin
|
||||
state_reg <= state_next;
|
||||
|
||||
frame_min_count_reg <= frame_min_count_next;
|
||||
|
||||
ifg_count_reg <= ifg_count_next;
|
||||
deficit_idle_count_reg <= deficit_idle_count_next;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user