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 without using the megafunction? For example, if the clock in is 33 MHz and we want several signs of 33 MHz for other devices. Regards1 Reply
- Altera_Forum
Honored Contributor
PLLs 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.