- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
6 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For what version of quartus?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
and what language?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- 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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page