Forum Discussion
Altera_Forum
Honored Contributor
12 years agoNot as far as I can tell.
If I want the 64-bit version to run I use a NIOS II IDE shell and type
$ export PATH=`cygpath -u $QUARTUS_ROOTDIR/bin64`:$PATH
$ quartus
which puts the 64-bit executable in the path first (the cygpath call is needed to get the path format correct). Cheers, Dave