diff --git a/artiq/gateware/rtio/phy/ttl_serdes_generic.py b/artiq/gateware/rtio/phy/ttl_serdes_generic.py index 72d3175f3..e770052c6 100644 --- a/artiq/gateware/rtio/phy/ttl_serdes_generic.py +++ b/artiq/gateware/rtio/phy/ttl_serdes_generic.py @@ -67,8 +67,8 @@ class InOut(Module): override_oe = Signal() self.overrides = [override_en, override_o, override_oe] - #: LSB of the input state (for edge detection; arbitrary choice, support for - #: short pulses will need a more involved solution). + # LSB of the input state (for edge detection; arbitrary choice, support for + # short pulses will need a more involved solution). self.input_state = Signal() # # #