From e6c35cdec835b2bcc395ae18fe9428e412410a90 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 10 Apr 2019 15:38:21 +0200 Subject: [PATCH] phy/ku_1000basex: incease pll_reset --- liteeth/phy/ku_1000basex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liteeth/phy/ku_1000basex.py b/liteeth/phy/ku_1000basex.py index 481149b..ae818b7 100644 --- a/liteeth/phy/ku_1000basex.py +++ b/liteeth/phy/ku_1000basex.py @@ -817,7 +817,7 @@ class KU_1000BASEX(Module): ] # Transceiver reset - pll_reset_cycles = round(2000*sys_clk_freq//1000000000) + pll_reset_cycles = round(300000*sys_clk_freq//1000000000) reset_counter = Signal(max=pll_reset_cycles+1) self.sync += [ If(~gtpowergood,