From: palka Date: Wed, 16 Jan 2008 15:02:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: oldGBE~625 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=e653994bff75654aa7ed85bb4b211dc2e4d3b2b1;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 5ac9b4c..586a5dc 100644 --- a/optical_link/flexi_PCS_channel_synch.vhd +++ b/optical_link/flexi_PCS_channel_synch.vhd @@ -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;