forked from M-Labs/artiq
kasli: fix typo
This commit is contained in:
parent
c7b148a704
commit
763aefacff
|
@ -289,7 +289,7 @@ class Master(MiniSoC, AMPSoC):
|
||||||
fbdiv=4,
|
fbdiv=4,
|
||||||
fbdiv_45=5,
|
fbdiv_45=5,
|
||||||
refclk_div=1)
|
refclk_div=1)
|
||||||
qpll = QPLL(si5324_clkout_buf, qpll_drtio_settings
|
qpll = QPLL(si5324_clkout_buf, qpll_drtio_settings,
|
||||||
self.crg.clk125_buf, qpll_eth_settings)
|
self.crg.clk125_buf, qpll_eth_settings)
|
||||||
self.submodules += qpll
|
self.submodules += qpll
|
||||||
self.drtio_qpll_channel, self.ethphy_qpll_channel = qpll.channels
|
self.drtio_qpll_channel, self.ethphy_qpll_channel = qpll.channels
|
||||||
|
|
Loading…
Reference in New Issue