LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with FPGA IP Builder

I am using LabVIEW 2023 Q3, and am opening various different projects that have been written using LV 2020 using the RT and FPGA modules. One issue I am running into is that the 'IP Builder' cannot be found, and I get the following error message: 

 

'FPGA IP Builder is deprecated in the LabVIEW 2020 FPGA Module. However, you can use FPGA IP generated with earlier versions of FPGA Module.'

 

I have found outdated information about the IP builder such as this page, but the installation instructions just say to run 'setup.exe', but with no download link. LabVIEW 2013 FPGA IP Builder Readme - National Instruments

 

I cannot find IP Builder on VIPM or NIPM. 

 

What is the purpose of IP Builder, is it necessary to run the code, and is there an alternative? 

 

Thanks! 

0 Kudos
Message 1 of 3
(171 Views)

I think it has essentially been replaced by the LabVIEW IP Export Toolkit which allows exporting portions of LV code to a user CLIP. I've tested it with a trial version and it works pretty nicely.

 

https://www.ni.com/en-gb/shop/product/labview-fpga-ip-export-utility.html

Message 2 of 3
(161 Views)

The way I understand it.

 

IP Builder was for making LabVIEW FPGA coding easier.  If you had to code something over and over again (say many multiply/adds), this would apply Xilinx/AMD High Level Synthesis to make the algorithm that is easier to read into something more efficient for an FPGA.

 

IP Export makes VHDL or Netlists for using the IP on non-NI FPGA cards.

 


Certified LabVIEW Architect, Certified Professional Instructor
ALE Consultants

Introduction to LabVIEW FPGA for RF, Radar, and Electronic Warfare Applications
0 Kudos
Message 3 of 3
(123 Views)