]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Fri, 24 Oct 2008 17:03:24 +0000 (17:03 +0000)
committerhadeshyp <hadeshyp>
Fri, 24 Oct 2008 17:03:24 +0000 (17:03 +0000)
trb_net16_med_ecp_sfp.vhd

index 9aeeb9fe4d7a129a93232c1c3b616898479f96c2..ae440093cda4d81b5ff7431ec8d80ba0799b79df 100644 (file)
@@ -352,7 +352,7 @@ begin
 --start-up with derived clock
   medium_states : process(ff_rxhalfclk, RESET)
     begin
-      if RESET = '1' then
+      if RESET = '1' or serdes_reset = '1' then
         swap_bytes <= '0';
         tx_allow <= '0';
         rx_allow <= '0';