Forum Discussion
ldm_as
Occasional Contributor
6 years agoHow can I instantiate an IP, which was generated in Qsys, into my RTL?
Hi All,
How can I instantiate an IP, which was generated in Qsys, into my RTL?
Thank you!
2 Replies
- HBhat2
Contributor
Hi,
Just locate the top module of the qsys generated IP and use it in the intended RTL.
With Regards,
HPB
- KennyT_altera
Super Contributor
In qsys -> click generate -> show instantiation template. This will help you on the rtl creation. Thanks