Forum Discussion
mtgavin
New Contributor
7 years agoHow to convert Prime 18.1 "Pro" IP to "Standard" IP ?
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 conver...
MuhammadAr_U_Intel
Contributor
7 years agoHi,
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
mtgavin
New Contributor
7 years agoI 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.