mirror of
https://github.com/fpganinja/taxi.git
synced 2026-08-31 17:15:11 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user