(EN) 2.1 Quartus Prime Lite 19.1.0 - coffeebrain/Codesign_HW_SW GitHub Wiki
Requirements
- Windows or Linux workstation.
- Minimum disk space: At least 36 GB.
- Recommended physical RAM (Cyclone V): 6-8 GB.
Files to download
- Go to Quartus Prime Lite Edition
- Choose "Lite" in "Select edition".
- Choose "19.1" in "Select release".
- Choose the operating system (in this case "Linux") in "Operating System".
- Go to "Individual Files" tab.
- Download the following files:
- Quartus Prime (includes Nios II EDS) (1.8 GB)
- ModelSim-Intel FPGA Edition (includes Starter Edition) (998.7 MB)
- Cyclone V device support (1.3 GB)
Installation
Prerrequisites
sudo apt install libc6:i386 libncurses5:i386 libxtst6:i386 libxft2:i386 libc6:i386 libncurses5:i386 libstdc++6:i386 libc6-dev-i386 libxft2 lib32ncurses5 libpng16-16 libqt5xml5 liblzma-dev
Taken from here.
sudo apt update
Quartus install
In the Linux terminal:
- Use the following command to run the installation setup.
./QuartusLiteSetup-19.1.0.670-linux.run
In the "Installing Quartus Primer Lite Edition (Free) 19.1.0.670" window:
- In the Setup window that appears click "Next >".

- In the License Agreement window choose "I accept the agreement" and then click "Next >".

- In the Installation Directory window choose your installation path (custom installation folder is recommend) and then click "Next >".

- In the Select Components window choose "Quartus Prime Lite Edition (Free)", "Quartus Prime (includes Nios II EDS)", "ModelSim - Intel FPGA Starter Edition (Free)" and the desired devices (in this case "Cyclone IV" and "Cyclone V") and then click "Next >".

- In the Ready to Install window check the information is rigth and then click "Next >".

- Wait till the installation finishes.

- In the Installation Complete window you can decide to create shortcuts on the desktop by selecting "Create shortcuts on Desktop", choose "Launch Quartus Prime Lite Edition" and then click "Finish".

Licensing
- Open Quartus and then go to: Tools > Options > License Setup
- Click the "Download License" button.
IMG
- Choose the "Connect to the Altera Self-Service Licensing Center" radio button and then "OK".
IMG
- Sign In
Open Quartus with terminal
~/intelFPGA_lite/19.1/quartus/bin
./quartus
USB Blaster/Blaster II
Using USB Blaster / USB Blaster II under Linux
USB Blaster II
- Create file
/etc/udev/rules.d/51-usbblaster.rulesand add the following lines:
# Intel FPGA Download Cable II
SUBSYSTEMS=="usb", ATTRS{idVendor}=="09fb", ATTRS{idProduct}=="6010", MODE="0666"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="09fb", ATTRS{idProduct}=="6810", MODE="0666"
Taken from: Intel FPGA Download Cable II User Guide