From f5831af535119e6e0524349724fd51d9f13657d0 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 19 Feb 2018 10:03:19 +0100 Subject: [PATCH] drtio/transceiver/gtp_7series_init: don't reset gtp rx on power down --- artiq/gateware/drtio/transceiver/gtp_7series_init.py | 1 - 1 file changed, 1 deletion(-) diff --git a/artiq/gateware/drtio/transceiver/gtp_7series_init.py b/artiq/gateware/drtio/transceiver/gtp_7series_init.py index ad4b0a456..0414c00a3 100644 --- a/artiq/gateware/drtio/transceiver/gtp_7series_init.py +++ b/artiq/gateware/drtio/transceiver/gtp_7series_init.py @@ -223,7 +223,6 @@ class GTPRXInit(Module): self.submodules += cdr_stable_timer startup_fsm.act("GTP_PD", - gtrxreset.eq(1), gtrxpd.eq(1), NextState("GTP_RESET") )