Forum Discussion
Altera_Forum
Honored Contributor
12 years agoIs necessary megafuntion for used the plls?
Hi For proportional signal clock to ddr memory using a pll of cyclone iii, it is necessary to use the megafunction altpll always? Or is it possible to connect directly to the pines of the plls ...
Altera_Forum
Honored Contributor
12 years agoPLLs are dedicated FPGA hardware blocks. They are used in a design by instantiating alt_pll respectively altera_pll "MegaFunctions" and filling-in the required paraemeters. The most convenient way to do this is to use the MegaWizard tool. If you understand the meaning of all parameters, you can also instantiate the PLL directly in HDL code.