From: palka Date: Sat, 31 May 2008 08:11:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: oldGBE~555 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=622f6c68f87d581a56541c800806eecf38755ff8;p=trbnet.git *** empty log message *** --- diff --git a/optical_link/flexi_PCS_channel_synch.vhd b/optical_link/flexi_PCS_channel_synch.vhd index 9fdb358..6f99433 100644 --- a/optical_link/flexi_PCS_channel_synch.vhd +++ b/optical_link/flexi_PCS_channel_synch.vhd @@ -374,7 +374,7 @@ begin resync_counter_clr <= '0'; if resync_counter(27) = '1' and rxd_synch_i = x"bc50" and rx_k_synch_i(1) = '1' then SYNCH_NEXT <= NORMAL_OPERATION_1; - elsif resync_counter(27) and (rxd_synch_i /= x"bc50" or rx_k_synch_i(1) = '0') then + elsif resync_counter(27) = '1' and (rxd_synch_i /= x"bc50" or rx_k_synch_i(1) = '0') then SYNCH_NEXT <= RESYNC1; else SYNCH_NEXT <= WAIT_1;