From 07b7c2a13fd7d5c53963d0c1cc41370f8d9f95c1 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Sun, 26 Apr 2015 14:52:05 +0200 Subject: [PATCH] liteeth/phy/gmii: add default value for pads_register --- misoclib/com/liteeth/phy/gmii.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) # # # -- 2.30.2