Forum Discussion
Altera_Forum
Honored Contributor
14 years agohelp with altpll megafunction.
I used the Megawizard plug-in manager to create the altpll megafunction. The altpll files are included in my project and I added it as a component in my code: (this is part of the code) comp...
Altera_Forum
Honored Contributor
14 years agoI recommend to use *.bdf file as top-level entity in your project.
This visual approach is convenient because you can represent all your own VHDL-modules and megafunctions created by megawizards as symbol modules in top-level entity. So, it won't be necessary to deal with code generated by ALTPLL megawizard. You need to configure your ALTPLL instance in megawizard properly and then connect I/O ports of ALTPLL with other ports of symbol modules in top-level entity. P.S. To create symbol of your VHDL-module select "File -> Create/Update -> Create Symbol Files for Current File". Then you can insert your symbol in top-level entity by "Symbol Tool" button.