liteeth/phy/gmii: add default value for pads_register

This commit is contained in:
Florent Kermarrec 2015-04-26 14:52:05 +02:00
parent ae71bf2830
commit 07b7c2a13f
1 changed files with 1 additions and 1 deletions

View File

@ -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))
# # #