From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can we use Vivado insted of Xilinx FPGA compilation toolkit?

Solved!
Go to solution

Hello, I have Vivado 2018 software installed in my computer. Can we do LabVIEW FGPA Programming and compilation with out installing Xilinx FPGA compilation toolkit?

if yes please provide sufficient information regarding this like how to interface Vivado 2018 with LabVIEW for FPGA programming and compilation. 

0 Kudos
Message 1 of 5
(2,832 Views)

I assume you have LabVIEW FPGA installed. You definitely need that to LabVIEW FPGA programming. 🙂

 

If you have an SSP subscription, you can use the NI cloud compile service. No need to install any local compilation tools. What kind of hardware are you planning to use?

0 Kudos
Message 2 of 5
(2,813 Views)

Thanks for the reply. I am a beginner in FPGA I want to learn FPGA programming using myRIO. It is ok with SSP but is there any way to use vivado support for FPGA compilation in LabVIEW?

0 Kudos
Message 3 of 5
(2,807 Views)
Solution
Accepted by bhimaabhilash

No you can’t! The Xilinx tool chain is just a (very important) part of the FPGA Toolkit but by far not the whole thing! LabVIEW itself needs a considerable amount of extra software that enables the integration of the FPGA funtionality, adds support for various NI hardware platforms with the Xilinx chips on it and interfaces with the Xilinx toolchain in a way that works properly. In fact the Xilinx toolchain itself is optional as you can compile the FPGA bitfe with NIs cloud server which is actually quite a bit faster than on my own computer.

Also each NI FPGA target uses a specific chip which requires the according Xilinx compile toolchain. Versions are important to so trying to replace the toolchain that is installed for use with your specific target when installing the FPGA toolkit is more likely than not turning your entire installation into a disaster especially if you don’t have very intimate knowledge of the Xilinx toolchains different command line tools and their command line interaction between each other.

Rolf Kalbermatter
My Blog
Message 4 of 5
(2,805 Views)

Than you Rolf Kalbermatter

0 Kudos
Message 5 of 5
(2,798 Views)