Commit 900b6812 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski Committed by Grzegorz Daniluk

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 f5304283
......@@ -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