Forum Discussion
6 Replies
- Altera_Forum
Honored Contributor
For what version of quartus?
- Altera_Forum
Honored Contributor
and what language?
- Altera_Forum
Honored Contributor
Hi Naveen,
I would suggest to go through the Altera Online Training "https://www.altera.com/support/training/curricula.html" I remember there are some training that shows how to do that. - Altera_Forum
Honored Contributor
Hi Naveen,
For the megawizard flow, go to IP Catalog and select the IP and specify design description. After generate all the IPs user manually connect all the IPs using rtl or vhdl. - Altera_Forum
Honored Contributor
Hi Naveen,
Instantiating your IP would look something like this in Verilog pll u1 ( .reset (<fill this in with your declared port name>) .inclk (<fill this in with your declared port name>) .locked (<fill this in with your declared port name>) ); This is just example. If this is confusing to you, maybe you should refer to some websites on how to instantiate a module. - Altera_Forum
Honored Contributor
--- Quote Start --- I want to learn everything about megawizard, instantiating the inbuilt code and about libraries related to that. please give me sufficient guidance how to do it. --- Quote End --- You can look into the transceiver design examples at Altera wiki (http://www.alterawiki.com/wiki/category:transceivers). These designs should have the info related to megawizard generated instances, how to instantiate these into top level and together with simulation examples.