Altera_Forum
Honored Contributor
15 years agoclkn input clock can not drive PLL on stratixII
I'm working on StratixII device, and in would like to inject a clock on the CLK9n input pin of my FPGA to drive a PLL.
When looking at the Stratix II Device Handbook, it is possible to do that by inserting clock mux block (ALTCTRL) between the CLK9n input pin and the CLKIN input signal of the PLL. But, QuartusII (9.1) stops the compilation process by an error message saying that Quartus can't place a fast or enhanced PLL in PLL location PLL_n due to device constraints..... See attached the message. I tried with the CLK9p pin, and of course it works. My question is simple : is it possible to drive a PLL by an input CLKn pin ? If yes, how to do that ? Thanks.