Visible to Intel only — GUID: mwh1391807010914
Ixiasoft
1. Answers to Top FAQs
2. Introduction to Intel® FPGA Software Installation and Licensing
3. System Requirements and Prerequisites
4. Downloading and Installing Intel FPGA Software
5. Licensing Intel® FPGA Software
6. About Intel® FPGA Software License Files
A. Getting Hardware Information for License
B. Intel FPGA Software Installation and Licensing Archives
C. Document Revision History for Intel® FPGA Software Installation and Licensing
4.1. Software Available in the FPGA Software Download Center
4.2. Installation Path
4.3. Downloading and Installing with Individual Executable Files
4.4. Downloading and Installing Using .tar Files
4.5. Setting Intel® Quartus® Prime Environment Variables
4.6. Starting the Intel® Quartus® Prime Software
4.7. Installing Programming Cable Drivers
4.8. Installing and Configuring a JTAG Server
4.9. Adding Device Support and Other Intel FPGA Software to Existing Installation
4.10. Managing Multiple Versions and Copies of Intel FPGA Software
4.11. Updating Intel FPGA Software
4.12. Uninstalling Intel FPGA Software
5.4.1. Intel® Quartus® Prime Software License
5.4.2. Intel® Quartus® Prime Lite Edition Software License
5.4.3. Questa*-Intel® FPGA Edition and Questa*-Intel® FPGA Starter Edition Software License
5.4.4. Intellectual Property (IP) Cores Licenses
5.4.5. Development Kits Containing the Intel® Quartus® Prime Software
5.4.6. Nios® II Embedded Design Suite License
5.4.7. Siemens EDA* AXI Verification IP Suite License (Intel FPGA Edition)
5.4.8. University Program Software Licenses
5.5.1. Installing the FLEXlm License Manager Server Software on Another License Server
5.5.2. Upgrading the FLEXlm License Manager Server Software
5.5.3. (Windows Only) Starting and Stopping the License Server
5.5.4. (Windows Only) Starting the License Server Automatically
5.5.5. Rereading an Existing License File on a License Server
Visible to Intel only — GUID: mwh1391807010914
Ixiasoft
4.3.2. Installing Intel FPGA Software at the Command Prompt
You can install Intel FPGA software for Windows* or Linux using command-line arguments. You can also group installation instructions into a custom installation script.
To run the installer executable, use:
- Linux:
<product>-<version>-<os>.run
- Windows* :
<product>-<version>-<os>.exe
The installation wizard appears to guide you through the installation process.
Note: The Intel® Quartus® Prime software installer is the main installer. You must have administrator privileges to install it on Windows. It installs other software, such as DSP Builder, if that installer exists in the same location. If a standalone product is not installed by the Intel® Quartus® Prime software installer, then you must install it separately.
Command-line Installer Examples
To see the installer's Help in Linux:
<product>-<version>-<os>.run --help
To run the installation with minimal or no interaction with the installer:
<product>-<version>-<os>.exe --mode unattended
--unattendedmodeui minimal
--installdir <installation directory>
--accept_eula 1
To install in console mode (no X display) for Linux:
<product>-<version>-<os>.run --mode text
--installdir <installation directory>