Altera_Forum
Honored Contributor
10 years agoDE0-Nano PLL "non-dedicated routing"
Hi there,
I'm having a bit of difficulty getting to the bottom of some warnings to do with the PLL I am using on a Cyclone IV. I'm using the DE0-Nano from Terasic. The 50MHZ onboard oscillator is connected to PIN R_8, from what I can tell on the pin planner in quartus, this is correclty connected to the PLL input clock. I have only one output from this PLL, feeding pin R_4, which again on pin planner is marked as "PLL other". (The net on the board is connected to DRAM_CLK, which is what I am working on as I am buiding a SDRAM controller). When compiling, I get the following error message: Critical Warning (176598): PLL "PLL_MOD:PLL_BLOCK|altpll:altpll_component|PLL_MOD_altpll:auto_generated|pll1" input clock inclk[0] is not fully compensated because it is fed by a remote clock pin "Pin_R8" All of the threads I've read online usually state that you need to use the correct PLL pins, which I beleieve I am. Not that I have a choice in the matter as it is a development kit). When I run the DE-Nano examples which use the PLL, they don't have this issue. Any ideas what I am doing wrong / what I have miss-understood? I've uploaded the VERY basic project that shows the issue I am having. Best Wishes Xander