Altera_Forum
Honored Contributor
12 years agoALTPLL output directly to FPGA's pin
Hi,
I know this question has been asked in different forms many times now but I don't get what happens in my case since I seem to do everything right. I'm using the DE0 Development and Education Board equipped with a Cyclone III EP3C16. I have the 50 MHz clock input on G21 (optional function CLK4). I configured a PLL to output a 1 MHz clock on c0 output and connected c0 directly to pin AA3 (dedicated pin PLL1_CLKOUTp). When I compile I get the well-known warning from the fitter:warning (15064): pll "clock_ccd:clock_ccd_inst|altpll:altpll_component|clock_ccd_altpll:auto_generated|pll1" output port clk[0] feeds output pin "gpio0_clkout[0]~output" via non-dedicated routing -- jitter performance depends on switching rate of other design elements. use pll dedicated clock outputs to ensure jitter performanceCan someone explain why? I seem to use the dedicated outputin pin for PLL, I use c0 so what is wrong? Thank you, Sebastian