Forum Discussion
Altera_Forum
Honored Contributor
18 years agoPLL Implemantation
Hi, During the compilation of a quartus design, the following messages appears: Warning: PLL "pll_name" input clock inclk[0] is not fully compensated and may have reduced jitter performanc...
Moki
New Contributor
7 years agoI had a similar problem, because my input clock was marked as a global clock.
Removing this from my .qsf file solved the issue:
set_instance_assignment -name GLOBAL_SIGNAL "GLOBAL CLOCK" -to clk