Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FPGA compile instructions #18

Merged
merged 1 commit into from
Dec 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/developer/ats_deployment_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,22 @@ To be able to configure the AXES PXI, the development PC should be configured as
#. Build target
#. Deploy to target

FGPA Deployment
^^^^^^^^^^^^^^^
The AXES cRIO runs FPGA code that needs to be deployed.
Use the NI Package Manager to install the FPGA package and its dependencies.
Otherwise find a FPGA compile server that's located on the network.

.. todo:: Find a list of working FPGA compile servers.

1. Open the AXES (not for ATS) project.
#. Change the AXES target IP address to the AXES ATS IP address.
#. Open the FPGA target under the cRIO folder.
#. Build the FPGA target locally or with a FPGA compile server.
#. Download to the target.

.. note:: The simulink model needs to be deployed on the speedgoat before the fpga code will work.

AUX PXI
=======
The PXI is a virtual machine running NI RT linux.
Expand Down
Loading