]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
*** empty log message ***
authorpalka <palka>
Wed, 16 Jan 2008 15:02:15 +0000 (15:02 +0000)
committerpalka <palka>
Wed, 16 Jan 2008 15:02:15 +0000 (15:02 +0000)
optical_link/flexi_PCS_channel_synch.vhd

index 5ac9b4cab655dfc85ada17a44f66dea698079fa0..586a5dc451d9ab835c0982ff2bebff6b100113f4 100644 (file)
@@ -86,7 +86,7 @@ begin
     if rising_edge(CLK) then 
       if RESET = '1' then  
         packet_number <= "00";
-      elsif RX_K(1) then
+      elsif RX_K(0) = '1' then
         packet_number <= packet_number + 1;
       end if;
     end if;