From: Florent Kermarrec Date: Sun, 26 Apr 2015 12:52:05 +0000 (+0200) Subject: liteeth/phy/gmii: add default value for pads_register X-Git-Tag: 24jan2021_ls180~2299 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=07b7c2a13fd7d5c53963d0c1cc41370f8d9f95c1;p=litex.git liteeth/phy/gmii: add default value for pads_register --- diff --git a/misoclib/com/liteeth/phy/gmii.py b/misoclib/com/liteeth/phy/gmii.py index bccaf1db..998522b3 100644 --- a/misoclib/com/liteeth/phy/gmii.py +++ b/misoclib/com/liteeth/phy/gmii.py @@ -5,7 +5,7 @@ from misoclib.com.liteeth.generic import * class LiteEthPHYGMIITX(Module): - def __init__(self, pads, pads_register): + def __init__(self, pads, pads_register=True): self.sink = sink = Sink(eth_phy_description(8)) # # #