From: hadeshyp Date: Sun, 26 Apr 2009 22:06:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: oldGBE~456 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=c4821fe90bafc15f9c4d1c29af04f78d17d24399;p=trbnet.git *** empty log message *** --- diff --git a/media_interfaces/trb_net16_lsm_sfp.vhd b/media_interfaces/trb_net16_lsm_sfp.vhd index ecf6ea8..fe7d7c1 100644 --- a/media_interfaces/trb_net16_lsm_sfp.vhd +++ b/media_interfaces/trb_net16_lsm_sfp.vhd @@ -200,6 +200,7 @@ begin else NEXT_STATE <= SLEEP; -- wait for SFP present signal next_ce_tctr <= '1'; + next_rst_tctr <= '1'; next_lane_rst <= '1'; end if; when WPAR => @@ -316,7 +317,7 @@ begin next_med_error <= ERROR_OK; end if; when CVFND => - if( cv_ctr(15) = '0' ) then + if( cv_ctr(15) = '0' ) then NEXT_STATE <= LINK; -- try again (?) next_rx_allow <= '1'; next_tx_allow <= '1';