mirror of
https://github.com/enjoy-digital/liteeth.git
synced 2025-01-03 03:43:37 -05:00
phy/s7rgmii: cleanup
This commit is contained in:
parent
ee4f8c0f34
commit
6270eb38d2
1 changed files with 1 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue