JANUARY 2015 NOTICE:  Some of the information on these pages may be out of date. If in doubt, contact the ITSG at itcoecis-help@cornell.edu

Running the alternate Quartus Installs

The unix systems have Quartus 7.0 installed by default and your environment is set up for that version. There are two other versions currently available to you, 10.0SP1 and 9.1SP2.

To run these versions, you will need to do the following (which will override the system defaults for Quartus 7.0.

Add the version you want to your path:

10.0SP1

csh/tcsh

setenv PATH /opt/altera/10.0SP1/quartus/bin:${PATH}

bash/sh

export PATH=/opt/alteral/10.0SP1/quartus/bin:${PATH}

9.1SP2

csh/tcsh

setenv PATH ${PATH}:/opt/altera/10.0SP1/quartus/bin
setenv LM_LICENSE_FILE 1819@licsrv.engineering.cornell.edu

bash/sh

export PATH=${PATH}:/opt/alteral/10.0SP1/quartus/bin
export LM_LICENSE_FILE=1819@licsrv.engineering.cornell.edu

Other environment variables

Other environment variables that may be of interest are:

Quartus Documentation

http://www.altera.com/literature/manual/quartus_install.pdf