FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
6673 Discussions

IP Catalog generated VHD files standalone or need dependencies

Altera_Forum
Honored Contributor II
1,032 Views

My question is that whether the *.vhd file generated using MegaWizard within Quartus Prime's Installed IP contains dependencies to other files other than .vhd (like for example *.bsf, *.cmp, *.inc, *.qip). If not, how to create a standalone vhd file for any IP? Can I use DSP builder? 

 

Thanks!
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
337 Views

All of those files have no dependencies. You can use the vhd file on its own. 

The bsf is for graphical designs 

.cmp is vhdl component for copying of you have to use a component 

.inc is ahdl include file 

.qip is quartus include file 

 

You only need the vhdl file
0 Kudos
Reply