Configuring the FPGA Compiler
- Updated2023-02-17
- 1 minute(s) read
Configuring the FPGA Compiler
- Select .
-
On the
FPGA tab, select an option in the
Compiler section. The default is
Local compile server.
Option Description Local compile server Compile your FPGA code using the development computer. NI LabVIEW FPGA Compile Cloud Service Compile your FPGA code using high-performance cloud service that NI provides. Remote compile server Compile your FPGA code using an FPGA compile farm. -
If you selected
NI LabVIEW FPGA Compile Cloud Service or
Remote compile server in the previous step, specify the required credentials as follows:
- NI LabVIEW FPGA Compile Cloud Service—Specify the username and password of your NI LabVIEW FPGA Compile Cloud Service account.
-
Remote compile server—Specify the login information of the compile server, such as server name, port, username, and password. If the compile server allows admin users only, specify
admin as the username. If the compile server was not configured to use HTTPS, disable the
Secure connection checkbox.
Note If you are not the administrator of the compile farm, ask the administrator for the credentials. If you are the administrator of a compile farm, refer to Setting up an FPGA Compile Farm for more information about how to set up an FPGA compile farm.
- Click Test, if available, to verify the settings are valid. Resolve any errors.
- Click OK.
Related Information
- Compiling FPGA Code
To run code on an FPGA, you must compile the FPGA code into a bitfile that you then deploy to the FPGA. The bitfile contains binary data that describes how to configure the FPGA circuit so that it performs the same function as the code in the FPGA VI.