]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Sun, 26 Apr 2009 22:06:40 +0000 (22:06 +0000)
committerhadeshyp <hadeshyp>
Sun, 26 Apr 2009 22:06:40 +0000 (22:06 +0000)
media_interfaces/trb_net16_lsm_sfp.vhd

index ecf6ea81b94dd9f00ce72977d92789a607c37020..fe7d7c1c0fd21da3c4f19dd01c98d2c564295846 100644 (file)
@@ -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';