eth: Ensure repetition is disabled for USXGMII at full rate

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2026-07-29 00:25:03 -07:00
parent 5ce621f5d6
commit ba71a5815f

View File

@@ -882,6 +882,7 @@ always_ff @(posedge clk) begin
// 5 Gbps
rep_cnt_reg <= 0;
rep_stall_reg <= 1'b0;
rep_en_reg <= 1'b0;
end
endcase
end else begin