forked from M-Labs/artiq
sayma: remove debug leftover
This commit is contained in:
parent
605292535c
commit
3d89ba2e11
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue