LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can LabVIEW FPGA IP Export support Zynq UltraScale+ MPSoC?

Hi,

I am really interesting to use my mathematic algorithms from my old Zynq-7020 SoC based sbRIO in a new Xilinx Zynq UltraScale+ MPSoC. Is it possible to generate VHDL for Zynq UltraScale+ targets via LabVIEW FPGA IP Export Utility?

0 Kudos
Message 1 of 6
(1,808 Views)

The documentation says the FPGA must be from the same family.  That said I have seen this get stretched if the functions being used are not too specific.

 


Certified LabVIEW Architect, Certified Professional Instructor
ALE Consultants

Introduction to LabVIEW FPGA for RF, Radar, and Electronic Warfare Applications
0 Kudos
Message 2 of 6
(1,799 Views)

I am using High Throughput Math Functions for example: Complex MultiplyRectangular to PolarSquare RootMultiply, Add for 16 bits fixed-point datas/numbers and some z^-k delay boxes. Aren't these too specific yet?

0 Kudos
Message 3 of 6
(1,783 Views)

@sz.benjamin wrote:

I am using High Throughput Math Functions for example: Complex MultiplyRectangular to PolarSquare RootMultiply, Add for 16 bits fixed point numbers and some z^-k delay boxes. Aren't these too specific yet?


Maybe try a proof of concept using the evaluation mode of this add-on.  Make a VI with just one of these functions and see how it exports and can then be imported.  Do you have VHDL/Vivado expertise?


Certified LabVIEW Architect, Certified Professional Instructor
ALE Consultants

Introduction to LabVIEW FPGA for RF, Radar, and Electronic Warfare Applications
0 Kudos
Message 4 of 6
(1,776 Views)

I have strong experiences in Vivado block design making and using them on AXI bus with Linux kernel drivers, but i have much less in VHDL coding.

0 Kudos
Message 5 of 6
(1,774 Views)

@sz.benjamin wrote:

I have strong experiences in Vivado block design making and using them on AXI bus with Linux kernel drivers, but i have much less in VHDL coding.


Then definitely worth a shot.


Certified LabVIEW Architect, Certified Professional Instructor
ALE Consultants

Introduction to LabVIEW FPGA for RF, Radar, and Electronic Warfare Applications
0 Kudos
Message 6 of 6
(1,748 Views)