liteeth/phy/gmii: add default value for pads_register
This commit is contained in:
parent
ae71bf2830
commit
07b7c2a13f
|
@ -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))
|
||||
|
||||
# # #
|
||||
|
|
Loading…
Reference in New Issue