forked from M-Labs/artiq
drtio: fix misleading GenericRXSynchronizer comment
This commit is contained in:
parent
83abdd283a
commit
94c20dfd4d
|
@ -31,8 +31,8 @@ class TransceiverInterface(AutoCSR):
|
||||||
class GenericRXSynchronizer(Module):
|
class GenericRXSynchronizer(Module):
|
||||||
"""Simple RX synchronizer based on the portable Migen elastic buffer.
|
"""Simple RX synchronizer based on the portable Migen elastic buffer.
|
||||||
|
|
||||||
Introduces timing non-determinism in the satellite -> master path,
|
Introduces timing non-determinism in the satellite RX path, e.g.
|
||||||
(and in the echo_request/echo_reply RTT) but useful for testing.
|
echo_request/echo_reply RTT and TSC sync, but useful for testing.
|
||||||
"""
|
"""
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.signals = []
|
self.signals = []
|
||||||
|
|
Loading…
Reference in New Issue