From 94c20dfd4d8fdce9af676d0295cfc641a9c550d0 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 19 Feb 2018 00:47:54 +0800 Subject: [PATCH] drtio: fix misleading GenericRXSynchronizer comment --- artiq/gateware/drtio/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artiq/gateware/drtio/core.py b/artiq/gateware/drtio/core.py index 12b12b1ab..06ced73d6 100644 --- a/artiq/gateware/drtio/core.py +++ b/artiq/gateware/drtio/core.py @@ -31,8 +31,8 @@ class TransceiverInterface(AutoCSR): class GenericRXSynchronizer(Module): """Simple RX synchronizer based on the portable Migen elastic buffer. - Introduces timing non-determinism in the satellite -> master path, - (and in the echo_request/echo_reply RTT) but useful for testing. + Introduces timing non-determinism in the satellite RX path, e.g. + echo_request/echo_reply RTT and TSC sync, but useful for testing. """ def __init__(self): self.signals = []