Quartus/Linux: Setting PATH and environment for command-line

This post was written by eli on June 2, 2017
Posted Under: FPGA,Intel FPGA (Altera),Linux

The classic way:

$ export QUARTUS_ROOTDIR=/path/to/altera/15.1/quartus
$ . $QUARTUS_ROOTDIR/adm/qenv.sh

Or open a shell (will set path, but not a full environment):

$ /path/to/altera/15.1/nios2eds/nios2_command_shell.sh

This is good for compiling for NIOS etc.

Add a Comment

required, use real name
required, will not be published
optional, your blog address