Forum Discussion
Altera_Forum
Honored Contributor
9 years agoCyclone 5 PLLs part II
Part I of my question involved being able to re-configure PLLs from Linux and that part is now working great. Part II - I'm trying to create a low jitter clock with a frequency range from 1000H...
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- The PLL setup has the exact same jitter profile as a stand alone counter. --- Quote End --- Don't understand what you are trying to achieve. Are you using the FPGA PLL with a succeeding DDS frequency divider as before? Then you'll get of course the usual DDS jitter of one DDS input clock cycle. According to the parameters in your code, you are using integer PLL mode. It generates - by nature - an output clock with no systematic jitter, but some phase noise which might be inappropriate for high performance applications. But surely better than DDS. Integer PLL is however limited to M/(N*C) frequency ratios. Alternatively you could use PLL in fractional mode. Fractional PLL operation is also introducing jitter, but less than DDS.