From: palka Date: Tue, 12 Feb 2008 14:10:20 +0000 (+0000) Subject: not final X-Git-Tag: oldGBE~599 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=6f6312fed51fd85603d881c2261ba2aefe7d6f0f;p=trbnet.git not final --- diff --git a/optical_link/flexi_PCS_channel_synch.vhd b/optical_link/flexi_PCS_channel_synch.vhd index 8f0dc4b..46ae701 100644 --- a/optical_link/flexi_PCS_channel_synch.vhd +++ b/optical_link/flexi_PCS_channel_synch.vhd @@ -291,7 +291,7 @@ begin end if; when NORMAL_OPERATION_2 => fifo_rst <= '0'; - fifo_wr_en <= RX_K(0); + fifo_wr_en <= RX_K(1); fifo_rd_en <= DATA_VALID_IN; fsm_debug_register(2 downto 0) <= "101"; rx_rst_i <= '0';