eth: Ensure that SGMII mode is disabled when AN is disabled in 1000BASE-X modules

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2026-07-21 10:09:43 -07:00
parent 437ed9722e
commit 9d0306eab3

View File

@@ -198,6 +198,7 @@ always_comb begin
end
end else begin
// AN disabled
an_sgmii_mode_next = 1'b0;
state_next = STATE_START;
end
end