]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
stable GbE link: change reset for sgmii in ECP5
authorJan Michel <j.michel@gsi.de>
Thu, 11 Aug 2022 08:10:20 +0000 (10:10 +0200)
committerJan Michel <j.michel@gsi.de>
Thu, 11 Aug 2022 08:10:20 +0000 (10:10 +0200)
gbe_trb_ecp5/base/gbe_med_interface_single.vhd

index 7a1f33e95f1c54ff6810f696b92f498fecfa5a31..12bfd2187d2eea2816999095285818e8ba42820b 100644 (file)
@@ -368,7 +368,7 @@ begin
   -- SGMII core
   SGMII_GBE_PCS : sgmii_gbe_core
   port map(
-    rst_n                   => synced_rst,
+    rst_n                   => link_rx_ready,--synced_rst,
     signal_detect           => link_rx_ready,
     gbe_mode                => '1',
     sgmii_mode              => '0',