phy/pcs_1000basex: Remove rx_config_reg_ack.o check in AUTONEG-WAIT-ABI since no longer useful.

This commit is contained in:
Florent Kermarrec 2024-10-18 14:23:14 +02:00
parent b783639889
commit a58e25c2f0
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ class PCS(LiteXModule):
If(rx_config_reg_abi.o, If(rx_config_reg_abi.o,
NextState("AUTONEG-WAIT-ACK") NextState("AUTONEG-WAIT-ACK")
), ),
If((checker_tick & checker_error) | rx_config_reg_ack.o, If(checker_tick & checker_error,
self.restart.eq(1), self.restart.eq(1),
NextState("AUTONEG-BREAKLINK") NextState("AUTONEG-BREAKLINK")
) )