Package Details: quartus-free-questa 23.1.0.991-1

Git Clone URL: https://aur.archlinux.org/quartus-free.git (read-only, click to copy)
Package Base: quartus-free
Description: Quartus Prime Lite - Questa-Intel FPGA Starter Edition
Upstream URL: http://fpgasoftware.intel.com/?edition=lite
Keywords: altera fpga intel quartus
Licenses: custom
Submitter: mabl
Maintainer: gbs
Last Packager: gbs
Votes: 21
Popularity: 0.000000
First Submitted: 2012-12-20 19:49 (UTC)
Last Updated: 2024-02-02 23:17 (UTC)

Required by (1)

Sources (16)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 11 Next › Last »

dsonck92 commented on 2019-10-30 16:23 (UTC)

Would it be appropriate to let this pkgbuild also include the eclipse system that is not present anymore starting from 19.1?

If not, for anyone wondering how to still get it, these are the instructions: https://www.intel.com/content/altera-www/global/en_us/index/support/support-resources/knowledge-base/tools/2019/why-does-the-nios--ii-not-installed-after-full-installation-of-t.html

pagdot commented on 2019-08-06 15:31 (UTC)

I've had problems with "NiosII Software Build Tools for Eclipse" not rendering correctly. I've fixed it by starting it manually with:

SWT_GTK3=0 /opt/altera/18.1/nios2eds/bin/eclipse-nios2

ckoller commented on 2019-07-08 12:29 (UTC) (edited on 2019-07-08 12:36 (UTC) by ckoller)

Warning: quartus-free 18.1.0.625-1 depends on the packaged bzip2 version 1.0.6 and below. Latest working: bzip2-1.0.6-8-x86_64.pkg.tar.xz

Otherwise, you might get errors like this: Warning (12251): FIR.fir_compiler_ii_0: Generation Error: /opt/altera/18.1/quartus/dspba/backend/linux64/fir_ip_api_interface.bin: error while loading shared libraries: libbz2.so.1: cannot open shared object file: No such file or directory

Workaround: Create the missing symbolic link:

cd /usr/lib/lib64

ln -s libbz2.so.1.0.7 libbz2.so.1

ckoller commented on 2019-02-06 00:50 (UTC) (edited on 2019-02-06 00:53 (UTC) by ckoller)

Warning: Building the newer version (currently v18.1.0.625) requires now around 43GBytes of free space during package building!

If you keep the build directory in /tmp (tmpfs), you might need >43GBytes of RAM and/or swapspace. Increasing the size of tmpfs while the system is running can be achieved with:

mount -o remount,size=50G,noatime /tmp

Increasing the amount of swapspace for tmpfs is mandatory, too. You can temporarily add some more or additional swapspace with:

mkswap /dev/sdxX

followed by:

swapon /dev/sdxX

bliedblad commented on 2019-01-26 22:30 (UTC) (edited on 2019-01-26 22:45 (UTC) by bliedblad)

Found solution to NiosII SBT not opening here.

Steps to fix:

cd <install_dir>/quartus/linux64
sudo mv libstdc++.so.6 libstdc++.so.6.quartus_distrib
sudo ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6 libstdc++.so.6

bliedblad commented on 2019-01-14 18:21 (UTC) (edited on 2019-01-26 22:46 (UTC) by bliedblad)

Was able to install using tip from epozzobon on how to increase /tmp size; however, needed to sim-link "/tmp/pamac-build" rather than "/tmp/yaourt-tmp-$USER".

Quartus runs, but I have two issues:

  1. Cannot add a PLL in Platform Designer (QSys). Item added, wizard loads, but item removed when wizard closed.

  2. NiosII Software Build Tools for Eclipse loads, but vaporizes after workspace path selected. Can't locate log file in workspace, so no other info here.

Anyone else have these issues?

binaryshadow commented on 2018-11-06 18:05 (UTC)

Fail compile lib32-tkimg: checking for Tk configuration... configure: error: Can't find Tk configuration definitions. Use --with-tk to specify a directory containing tkConfig.sh

alexbrinister commented on 2018-11-05 18:45 (UTC) (edited on 2018-11-05 19:09 (UTC) by alexbrinister)

The default group in the udev rules for the USB Blaster (plugdev) does not exist on Arch Linux. Instead of creating a new group just for Quartus, I replaced the MODE and GROUP entries with TAG+="uaccess". Patched 51-usbblaster.rules available here: https://pastebin.com/2q2Kx3Tn. As I understand it, the uaccess tag gives access to all users with a session. I'm not sure if this is the desired behavior for everyone. It seems to be the default behavior in systemd for most USB devices.

SethGower commented on 2018-11-02 17:41 (UTC) (edited on 2018-11-02 17:42 (UTC) by SethGower)

I was installing this, and I noticed that there was an error (at least for me) in the modelsim-ase.desktop file. When I ran modelsim from rofi drun, it wouldn't launch until I appended -gui to the end of the exec command. Here is my new file:

[Desktop Entry]
Version=1.0
Name=ModelSim-Altera Starter Edition
Comment=ModelSim simulation software for Altera FPGA's
Exec=/opt/altera/18.1/modelsim_ase/bin/vsim -gui
Icon=/opt/altera/18.1/modelsim_ase/modesim.gif
Terminal=false
Type=Application
Categories=Development

luchianmihai commented on 2018-10-24 14:24 (UTC) (edited on 2018-10-24 14:38 (UTC) by luchianmihai)

Does anyone encountered this problem? I have resized the /tmp/ folder to 50G and problem persists.

As a detail, while extracting install binaries, 8G of RAM and 10G of SWAP memory is used (all of it).

==> Validating source files with sha256sums...
    Quartus-lite-18.1.0.625-linux.tar ... Passed
    quartus.sh ... Passed
    quartus.desktop ... Passed
    modelsim-ase.desktop ... Passed
    51-usbblaster.rules ... Passed
==> Extracting sources...
  -> Extracting Quartus-lite-18.1.0.625-linux.tar with bsdtar
==> Entering fakeroot environment...
==> Starting package()...
Notice: Requires around 34GB of free space during package building!
Extracting install binaries and scripts from downloaded tar...
/tmp/yaourt-tmp-tinnedkarma/aur-quartus-free/./PKGBUILD: line 42:  9628 Killed                  DISPLAY="" bash ./setup.sh --mode unattended --unattendedmodeui none --accept_eula 1 --installdir "${pkgdir}${_alteradir}"
==> ERROR: A failure occurred in package().
    Aborting...
==> ERROR: Makepkg was unable to build quartus-free.