drtio/transceiver/gtp_7series_init: don't reset gtp rx on power down

pull/954/head
Florent Kermarrec 2018-02-19 10:03:19 +01:00
parent 89a158c0c9
commit f5831af535
1 changed files with 0 additions and 1 deletions

View File

@ -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")
)