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

How to call an IP designed in Verilog in Intel HLS compiler?

mnazemi
Beginner
933 Views

Is it possible to design and optimize an IP in Verilog and create a function for it that can be called from HLS?

 

A simple example of such scenario would be as follows:

  1. Design and optimize an FIR filter in Verilog.
  2. Create a function for the design in HLS.
  3. Write a nested `for` loop in HLS that calls the function associated with the filter.
0 Kudos
1 Reply
MEIYAN_L_Intel
Employee
680 Views

Hi,

Since you created the design in HDL for a FIR, you can directly use it. You will eventually get HDL after HLS compilation.

Thanks.

0 Kudos
Reply