Forum Discussion
Altera_Forum
Honored Contributor
17 years agoI suspect there is a reason why Quartus isn't placing clock_source near the PLL. One way to find out why is to manually place the PLL on the same side of the chip as your memory interface, then manually place the clock_source pin on one of the dedicated input pins that feed it (the Clocking and PLLs section of the Stratix III datasheet has the diagrams you need).
With this in place you will force the issue, and the compile will most likely fail with a big long warning, but in the end there must be some reason why it can't place the clock input pin in a sensible place. I suspect IO bank voltages, but it might be something else. Also: are the pnf_* signals and other non-memory interface signals placed out of the way? They might be what is stopping it working.