From 25fee1a0bb909faec1c123645de5cc7e8e32491a Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 23 Jan 2018 10:15:49 +0800 Subject: [PATCH] gtp_7series: use QPLL second channel --- artiq/gateware/drtio/transceiver/gtp_7series.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/artiq/gateware/drtio/transceiver/gtp_7series.py b/artiq/gateware/drtio/transceiver/gtp_7series.py index 7493343be..f0fa8ed80 100644 --- a/artiq/gateware/drtio/transceiver/gtp_7series.py +++ b/artiq/gateware/drtio/transceiver/gtp_7series.py @@ -77,9 +77,9 @@ class GTPSingle(Module): p_PD_TRANS_TIME_NONE_P2=0x3c, p_PD_TRANS_TIME_TO_P2=0x64, - # QPLL - i_PLL0CLK=qpll_channel.clk, - i_PLL0REFCLK=qpll_channel.refclk, + # QPLL - must use channel 1! + i_PLL1CLK=qpll_channel.clk, + i_PLL1REFCLK=qpll_channel.refclk, # TX clock p_TXBUF_EN="FALSE",