From 9d0306eab37406db27afeca3d62a870746f29850 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Tue, 21 Jul 2026 10:09:43 -0700 Subject: [PATCH] eth: Ensure that SGMII mode is disabled when AN is disabled in 1000BASE-X modules Signed-off-by: Alex Forencich --- src/eth/rtl/taxi_eth_phy_1g_basex_an.sv | 1 + 1 file changed, 1 insertion(+) diff --git a/src/eth/rtl/taxi_eth_phy_1g_basex_an.sv b/src/eth/rtl/taxi_eth_phy_1g_basex_an.sv index 792d872..1704c7c 100644 --- a/src/eth/rtl/taxi_eth_phy_1g_basex_an.sv +++ b/src/eth/rtl/taxi_eth_phy_1g_basex_an.sv @@ -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