]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
*** empty log message ***
authorpalka <palka>
Sat, 31 May 2008 11:50:10 +0000 (11:50 +0000)
committerpalka <palka>
Sat, 31 May 2008 11:50:10 +0000 (11:50 +0000)
optical_link/flexi_PCS_channel_synch.vhd

index 6f994330d609681f1ff3134a9ec5075f418456eb..8b4496432a2c29253c21a0ad6cc9ace97808a36f 100644 (file)
@@ -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) = '1' and (rxd_synch_i /= x"bc50" or rx_k_synch_i(1) = '0')  then
+        elsif resync_counter(26) = '1' and (rxd_synch_i /= x"bc50" or rx_k_synch_i(1) = '0')  then
           SYNCH_NEXT <= RESYNC1; 
         else
           SYNCH_NEXT <= WAIT_1;
@@ -388,7 +388,7 @@ begin
         resync_counter_clr <= '0';
         if resync_counter(27) = '1' and rxd_synch_i = x"50bc" and rx_k_synch_i(0) = '1' then
           SYNCH_NEXT <= NORMAL_OPERATION_2;
-        elsif resync_counter(27) = '1'and (rxd_synch_i /= x"50bc" or rx_k_synch_i(0) = '0') then
+        elsif resync_counter(26) = '1'and (rxd_synch_i /= x"50bc" or rx_k_synch_i(0) = '0') then
           SYNCH_NEXT <= RESYNC1;
         else
           SYNCH_NEXT <= WAIT_2;