Forum Discussion
“Which PLL have been used? (PLL1,PLL2,PLL3 or PLL4?) Assuming PLL1, try by selecting clock from CLK[3..0] or CLK[15..12] {PINS=E2,E1,M2,M1,R8,T8,R9,T9} Check if you are getting same Warning.”
-- I use CLK9 and the Quartus assign the PLL3 for it automatically. I have tried to assign the input clock pin location to other CLK, the warning is still there.
"The PLL input clock must be either dedicated input clock pins or another PLL output. The PLL input clock cannot be driven from internal logic. The PLL output clock should be connected to its dedicated clock output pin for optimum routing (only applies to c0), user I/O, or global clock (GCLK)."
-- The PLL input clock in this design is directly from the dedicated clock pin.
"If you want compensation of the specified input clock or better jitter performance,connect the input clock only to an input pin, or assign the input pin only to a dedicated input clock location for the PLL.
If you do not want compensation of the specified input clock, then set the PLL to No Compensation mode."
-- Yes, there is no combinational logic between the dedicated input clock pin and the PLL input. The PLL is set to Normal Mode because the PLL output is the system clock.