From c4821fe90bafc15f9c4d1c29af04f78d17d24399 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Sun, 26 Apr 2009 22:06:40 +0000 Subject: [PATCH] *** empty log message *** --- media_interfaces/trb_net16_lsm_sfp.vhd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'; -- 2.43.0