hello,
I'm interested in code examples (either language, preferably VHDL) using the Phase Locked Loop with Quartus to produce a precision clock signal that is not a integer division of 33MHz.
Thanks
hello dug,
The PLL is easily implemented using the megafunction editor in Quartus II.
A wizard interface gets the user to enter all the functionality parameters of the entity, in this case the PLL. The output includes a code file in the language of the users choosing!
Quartus II is quite impressive.
cheers
I am trying to use the altpll megafunction, but when I compile my code (after putting the megafunction into my design schematic) it says "Total PLLs: 0/1 (0%). "
why does this happen? I don't know what is going wrong.