09-09-2016 02:37 AM
Hello,
can i generate a C interface API for a FPGA Design in Labview Communications.
And how it works?
Thanks
Sebastian
Solved! Go to Solution.
09-09-2016 08:11 AM - last edited on 11-17-2024 01:24 PM by Content Cleaner
Hi Sebastian,
If it is anywhere in LabVIEW Communications, it is going to be in the tools launcher. If it isn't there then you can still generate a C API for your FPGA using the FPGA Interface C API Generator. I got this from the Generating a C API for a LabVIEW FPGA Application Help Document.
Generating a C API from the Windows Start Menu
Complete the following steps to generate a C API for a compiled bitfile from the Windows Start menu.
- Select Start»All Programs»National Instruments»FPGA Interface C API»FPGA Interface C API Generator.
- On the FPGA Interface C API Generator dialog box that appears, browse to the compiled FPGA bitfile or type an absolute path to it.
- Select an output directory for the C API. If you do not select an output directory, the C API files will be created in the directory that contains the bitfile. You can browse to a directory or type an absolute path to it.
- Optionally, you can change the prefix for the generated files and for the constants in the generated .h file.
- If you are using LabWindows/CVI to develop your C application, place a check beside Exclude NiFpga.h/NiFpga.cbecause the FPGA Interface C API installs header and library files with LabWindows/CVI support.
Make sure you have FPGA C Interface API Installed.
Introduction to the FPGA Interface C API
Cheers
09-09-2016 08:33 AM
Sebp20
hello,
I understand that you don't need this API
because LCDS generate FPGA desing and you can to use c, mathscript or labview blocks
regards