forked from M-Labs/artiq
correct documented siphaser VCO frequency [NFC]
This commit is contained in:
parent
925b47b077
commit
07d4145a35
|
@ -14,7 +14,7 @@ class SiPhaser7Series(Module, AutoCSR):
|
||||||
self.phase_shift_done = CSRStatus(reset=1)
|
self.phase_shift_done = CSRStatus(reset=1)
|
||||||
self.sample_result = CSRStatus()
|
self.sample_result = CSRStatus()
|
||||||
|
|
||||||
# 125MHz/62.5MHz reference clock to 150MHz. VCO @ 625MHz.
|
# 125MHz/62.5MHz reference clock to 150MHz. VCO @ 750MHz.
|
||||||
# Used to provide a startup clock to the transceiver through the Si,
|
# Used to provide a startup clock to the transceiver through the Si,
|
||||||
# we do not use the crystal reference so that the PFD (f3) frequency
|
# we do not use the crystal reference so that the PFD (f3) frequency
|
||||||
# can be high.
|
# can be high.
|
||||||
|
|
Loading…
Reference in New Issue