);
end generate;
---<-- ff_force_disp_ch2 => "00",
---<-- ff_disp_sel_ch2 => "00",
--->-- ff_xmit_ch2 => "00", -- UNKNOWN
--->-- ff_rx_even_ch2 => open, -- UNKNOWN
-
-------------------------------------------------------------------------
-- RX Fifo & Data output
-------------------------------------------------------------------------
);
fifo_rx_reset <= reset_i or not rx_allow_q;
-fifo_rx_rd_en <= '1';
+fifo_rx_rd_en <= not fifo_rx_empty;
-- Received bytes need to be swapped if the SerDes is "off by one" in its internal 8bit path
THE_BYTE_SWAP_PROC: process( sysclk ) -- CHANGED