Commit 9b83a561 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

endpoint: don't show a link when autonegotiation fails

parent 71713e0e
......@@ -187,6 +187,7 @@ begin -- syn
case state is
when AN_ENABLE =>
mdio_msr_anegcomplete_o <= '0';
pcs_link_ok_o <= '0';
if mdio_mcr_anenable_i = '1' then
an_tx_val_o <= (others => '0'); -- send breaklink
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment