diff --git a/liteeth/phy/a7_gtp.py b/liteeth/phy/a7_gtp.py index c1117f2..aa50e52 100644 --- a/liteeth/phy/a7_gtp.py +++ b/liteeth/phy/a7_gtp.py @@ -88,9 +88,9 @@ class GTPTxInit(Module): self.specials += MultiReg(self.qpll_lock, qpll_lock) # After configuration, transceiver resets have to stay low for - # at least 500ns. + # at least 500ns (Here extended to 10us). # See https://www.xilinx.com/support/answers/43482.html - timer_max = ceil(10000e-9*sys_clk_freq) + timer_max = ceil(10e-6*sys_clk_freq) timer = Signal(max=timer_max+1) tick = Signal() self.sync += [