sayma: remove debug leftover

pull/988/head
Sebastien Bourdeauducq 2018-03-29 10:20:17 +08:00
parent 605292535c
commit 3d89ba2e11
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ class AD9154JESD(Module, AutoCSR):
cpll = JESD204BGTHChannelPLL(
jesd_crg.refclk, jesd_crg.refclk_freq, jesd_crg.linerate)
self.submodules += cpll
#print(cpll)
phy = JESD204BPhyTX(
cpll, PhyPads(jesd_pads.txp[i], jesd_pads.txn[i]),
jesd_crg.fabric_freq, transceiver="gth")