Forum Discussion
Altera_Forum
Honored Contributor
15 years agopll inclk from internal logic
In my design i want to generate a clock using an internal logic and then insert it to a PLL to multiply it by n. i understand a pll must get an input clock from a gclk or another pll or an int...
Altera_Forum
Honored Contributor
15 years agoEven those FPGAs, that allow PLLs to be driven by global clock nets don't offer the option to use a logic generated clock as PLL inclock, see e.g. the Cyclone IV hardware handbook:
--- Quote Start --- This input port is fed by a pin-driven dedicated GCLK, or through a clock control block if the clock control block is fed by an output from another PLL or a pin-driven dedicated GCLK. An internally generated global signal cannot drive the PLL. --- Quote End --- P.S.: A similar statement from the Stratix IV handbooK: --- Quote Start --- Stratix IV device PLLs cannot be driven by internally generated GCLKs or RCLKs. The input clock to the PLL has to come from dedicated clock input pins or pin/PLL-fed GCLKs or RCLKs only. --- Quote End ---