From: hadeshyp Date: Fri, 24 Oct 2008 17:03:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: oldGBE~521 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=d7044d96ed9f6c83a0152845dd7d130372101725;p=trbnet.git *** empty log message *** --- diff --git a/trb_net16_med_ecp_sfp.vhd b/trb_net16_med_ecp_sfp.vhd index 9aeeb9f..ae44009 100644 --- a/trb_net16_med_ecp_sfp.vhd +++ b/trb_net16_med_ecp_sfp.vhd @@ -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';