forked from M-Labs/artiq
1
0
Fork 0

drtio: fix misleading GenericRXSynchronizer comment

This commit is contained in:
Sebastien Bourdeauducq 2018-02-19 00:47:54 +08:00
parent 83abdd283a
commit 94c20dfd4d
1 changed files with 2 additions and 2 deletions

View File

@ -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 = []