mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
Add missing assign to frame_min_count_reg in axis_baser_tx_64 module
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
parent
90e6dfc638
commit
5ff1e17a29
@ -662,6 +662,8 @@ always @(posedge clk) begin
|
||||
|
||||
swap_lanes_reg <= swap_lanes_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