forked from M-Labs/artiq
drtio/transceiver/gtp_7series_init: don't reset gtp rx on power down
This commit is contained in:
parent
89a158c0c9
commit
f5831af535
|
@ -223,7 +223,6 @@ class GTPRXInit(Module):
|
||||||
self.submodules += cdr_stable_timer
|
self.submodules += cdr_stable_timer
|
||||||
|
|
||||||
startup_fsm.act("GTP_PD",
|
startup_fsm.act("GTP_PD",
|
||||||
gtrxreset.eq(1),
|
|
||||||
gtrxpd.eq(1),
|
gtrxpd.eq(1),
|
||||||
NextState("GTP_RESET")
|
NextState("GTP_RESET")
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue