Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

PLL clock output

Hi,

My design needs the PLL-clock output to be mapped to non-dedicated clock output pin of FPGA. When I do so, the following error message appears.

What would be the best solution?

Warning: PLL "pll_312M:u_pll_312M|altpll:altpll_component|pll_312M_altpll:auto_generated|pll1" output port clk[1] feeds output pin "PLL_OUTCLKP~output" via non-dedicated routing -- jitter performance depends on switching rate of other design elements. Use PLL dedicated clock outputs to ensure jitter performance

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    It's not an error - it's a warning which you are guaranteed to get when driving non-dedicated pin with PLL output. If this is what you intended to do, you can simply ignore this warning.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Yeah, It was warning message only. Is there any option like inserting clock buffers as in Xilinx ??!!!