Forum Discussion
Altera_Forum
Honored Contributor
11 years agoGenerating 400MHz external clock (Cyclone V)
Hello, I'm trying to generate a 400MHz clock signal from my Cyclone V in order to drive the clock input for an external ADC, but I'm getting severe attenuation on the clock signal. Details: ...
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- The adc requires minimum 500mV swing for its clock ... --- Quote End --- You would not normally clock the ADC from an FPGA PLL output. You would generally design a low-jitter clock source and have that clock source clock both the ADC and FPGA. For example, see the analysis for this 1GHz ADC board; https://www.ovro.caltech.edu/~dwh/carma_board I'm not saying that clocking the ADC from an FPGA will not work, but that it is risky, since the jitter on the FPGA PLL output clock will depend on the logic inside the FPGA, and temperature variation of the FPGA due to signal processing work-load could affect the PLL output phase, which is an issue in some applications, eg. coherent processing using multiple boards. Cheers, Dave