Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 2.23 KB

intel-fpgas.md

File metadata and controls

65 lines (41 loc) · 2.23 KB

Intel FPGAs

Software

We assume version X of Intel Quartus Prime Pro is installed in /share/intel-fpga/tools/X. You probably want to use the highest version available.

To use any of the Intel FPGA tools, enter an environment with the required software dependencies and environment variables:

nix-shell /share/intel-fpga/tools/X/shell.nix

Run Quartus

Launch Quartus in a graphical environment from the command line:

quartus

Install Quartus

To install another version of Quartus, download Quartus Prime Pro for Linux under "Complete Download".

Extract the tar file, run ./setup_pro.sh in a graphical environment and use the graphical installer to install everything. Finally, copy the shell.nix file from another version to the new install location and adjust INSTALL_DIR.

License

Quartus Prime Pro requires a license. The license files are located at /share/intel-fpga/licenses/. The current license is only valid on our server rose and will expire on the 1st of March 2025.

References

Napatech F2070X IPU

This section refers to the Napatech F2070X Infrastructure Processing Unit (IPU).

Connect to the IPU

You can log in to the IPU using ssh:

Alternatively, you can use the USB UART cable for full access to the serial console, including UEFI and the GRUB menu:

sudo picocom -b 115200 /dev/serial/by-id/usb-FTDI_TTL-234X-3V3-WE_FT84ISZ2-if00-port0

The exact ID might be slightly different.

References