From 6270eb38d2249142c5e604d782e7a830dd2a00d8 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Fri, 17 Jan 2020 09:22:30 +0100 Subject: [PATCH] phy/s7rgmii: cleanup --- liteeth/phy/s7rgmii.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/liteeth/phy/s7rgmii.py b/liteeth/phy/s7rgmii.py index 629b237..65b47fd 100644 --- a/liteeth/phy/s7rgmii.py +++ b/liteeth/phy/s7rgmii.py @@ -43,7 +43,7 @@ class LiteEthPHYRGMIITX(Module): class LiteEthPHYRGMIIRX(Module): - def __init__(self, pads, rx_delay=2.0e-9): + def __init__(self, pads, rx_delay=2e-9): self.source = source = stream.Endpoint(eth_phy_description(8)) # # # @@ -117,10 +117,8 @@ class LiteEthPHYRGMIICRG(Module, AutoCSR): ] # TX - tx_phase = 125e6*tx_delay*360 assert tx_phase < 360 - print(tx_phase) pll_locked = Signal() pll_fb = Signal()