Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16911 Discussions

Integrating a stand alone DHL code with a IP in Quartus Prime Pro

travisa
Beginner
402 Views

Hi., I am working with Arria 10 GX FPGA board and  Intel Quartus Prime Pro Edition Design Software Version 21.4 for Windows.  I am trying to integrate a my own verilog code  to the FIFO IP provided. How I can do it in Quartus Prime Pro? (PS: I am new here). I was trying to follow https://www.youtube.com/watch?v=bwoyQ_RnaiA  (How to begin a simple FPGA design). Exporting the verilog code to the symbol file (.bdf) and then connecting that to the .bdf file of the IP is a way I assume. I have watched this method of creating symbol file from a verilog  file in the above youtube video (as shown in 25:15  and 31:56 playing time). But unfortunately in the Quartus Prime Pro version, the option File -> Create/Update ->Create Symbol file from Current File is grayed out. 

I would like to know the way in which I can proceed? Or is there any similar functionality in Quartus Prime Pro that I can use to integrate a HDL stand alone code with an IP?

0 Kudos
3 Replies
RichardTanSY_Intel
376 Views

You can just Instantiating IP Cores in HDL.

https://www.intel.com/content/www/us/en/docs/programmable/683463/22-2/instantiating-ip-cores-in-hdl.html


The Quartus Pro does not support the Create Symbol Files for Current File. As design is getting bigger and complex, schematic design is not recommended. Please refer to the KDB below.

https://www.intel.com/content/www/us/en/support/programmable/articles/000086258.html



0 Kudos
RichardTanSY_Intel
363 Views

I believed I have answered your question.

Since there are no feedback for this thread, I will now transition this thread to community support. If you have a new question, feel free to open a new thread to get the support from Intel experts. Otherwise, the community users will continue to help you on this thread. Thank you.


Best Regards,

Richard Tan


p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 9/10 survey.


0 Kudos
travisa
Beginner
361 Views

This helped me. Thank you!

0 Kudos
Reply