Commit fae3e939 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

wr_gthe3_phy_family7: assert rx_enc_err when the link is down to reliably force…

wr_gthe3_phy_family7: assert rx_enc_err when the link is down to reliably force link down event in the PCS
parent 4f8ec131
Pipeline #230 failed with stages
in 1 minute and 37 seconds
......@@ -397,7 +397,7 @@ begin
if(serdes_ready_rxusrclk = '0') then
rx_data_o <= (others => '0');
rx_k_o <= (others => '0');
rx_enc_err_o <= '0';
rx_enc_err_o <= '1';
elsif rising_edge(RXUSRCLK2) then
if(serdes_ready_rxusrclk = '1' and rx_synced = '1') then
rx_data_o <= rx_data_int(7 downto 0) & rx_data_int(15 downto 8);
......
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