Altera_Forum
Honored Contributor
20 years agoPLL jitter warning
I have a custom Cyclone/NiosII board and the NiosII 5.0 toolset.
The design file has 2 PLL instances: 1) 'cpu_pll' takes 33Mhz input on inclk0 pin and outputs 50mhz on c0 pin for nios core. 2) 'sdram_pll' takes 33Mhz input on inclk0 pin and outputs 50mhz with phase shift on c0 pin for external sdram. Compiling this project under 5.0 results in just one PLL being used, but always generates a warning about jitter for the 2nd PLL output. The board works, but I'd like a clean compile. I tried using one PLL instance to supply both 50Mhz clocks with the core output on c0, and the phase shifted sdram output on e0. The fitter fails claiming some PLL resources it needs are already in use. Next I tried two different PLL instances, but using the e0 output for the sdram PLL. This time the failure is "cant use the same input for two PLLs". What is the correct way to do this??