Skip to content

Quartus 18.1

Viktor Prutyanov edited this page Feb 11, 2019 · 10 revisions

→ Эта страница на русском

Quartus Prime 18.1 Lite Edition installation tutorial. Tested on Ubuntu 16.04 and Fedora 28.

Download

Download two files from Intel Download Center for FPGAs:

  • Quartus Prime Lite Edition
  • Cyclone IV device support

Exact names of these files depend on OS:

Linux

  • QuartusLiteSetup-18.1.{minor_version}.run
  • cyclone-18.1.{minor_version}.qdz

Please note that minor versions may vary.

Installation

Linux

Place the files in the same directory. Then give .run file execute permissions and execute the file, for example:

chmod +x ~/Downloads/QuartusLiteSetup-18.1.0.625-linux.run
./Downloads/QuartusLiteSetup-18.1.0.625-linux.run

Then GUI installation process will start. Please make sure that "Cyclone IV device support" option is enabled. Then complete installation process.

Sometimes, it makes sense to use Quartus from terminal.

Create file quartus.sh in directory /etc/profile.d with the following content (replace {quartus_rootdir} with actual Quartus root directory):

export PATH=$PATH:{quartus_rootdir}/18.1/quartus/bin

Also, make sure it can be executed:

sudo chmod +x /etc/profile.d/quartus.sh

After reboot, Quartus can be executed like here:

quartus --64bit

Quartus 18.1

Руководство по установке Quartus Prime 18.1 Lite Edition. Проверено на Ubuntu 16.04 и Fedora 28.

Загрузка

Загрузите следующие 2 файла с Intel Download Center for FPGAs:

  • Quartus Prime Lite Edition
  • Cyclone IV device support

Точные имена этих файлов могут зависеть от ОС:

Linux

  • QuartusLiteSetup-18.1.{minor_version}.run
  • cyclone-18.1.{minor_version}.qdz

Минорные версии так же могут быть различными.

Установка

Linux

Разместите скачанные файлы в одном каталоге. Файлу .run нужно дать права на исполнение и запустить его, например так:

chmod +x ~/Downloads/QuartusLiteSetup-18.1.0.625-linux.run
./Downloads/QuartusLiteSetup-18.1.0.625-linux.run

Должен запуститься графический установщик. Удостоверьтесь, что опция "Cyclone IV device support" включена. Теперь просто пройдите процесс установки до конца.

В каталоге, где установлен Quartus, например, /home/user/intelFPGA_lite/, есть подкаталог 18.1/quartus/bin/. В нем есть файл quartus. Находясь в этом каталоге, запустить Quartus на 64-битной системе можно так:

./quartus --64bit
Clone this wiki locally