Intel® SoC FPGA Embedded Development Suite
Support for SoC FPGA Software Development, SoC FPGA HPS Architecture, HPS SoC Boot and Configuration, Operating Systems
445 Discussions

How to convert Prime 18.1 "Pro" IP to "Standard" IP ?

mtgavin
Novice
1,759 Views

I used Intel HLS (v18.1) to generate some IP, using the Prime "Pro" version.

 

Unfortunately, my top level design (where I would like to put the IP) is in "standard" version.

 

Is there a way to convert the 18.1 "Pro" version IP to "Standard" version IP so I can use it in my "Standard" design?

 

I am having problems using HLS in "Standard" version, due to the C++ library versions it requires, so it won't be easy for me to just regenerate the IP in HLS "Standard" version.  (I can't get that to work.)

0 Kudos
2 Replies
MuhammadAr_U_Intel
1,093 Views
Hi, Only option I can think of is to re-generate using Quartus Standard HLS. Is the top level design RTL based or Qsys based ? Have you considered moving the top level design to Pro Edition ? Thanks, Arslan
0 Kudos
mtgavin
Novice
1,093 Views

I have figured out how to use HLS Standard edition. This works better with a Red Hat 6 machine, that has the right C libraries. So I will use that in my top level design. Thanks.

Reply