Forum Discussion
Altera_Forum
Honored Contributor
12 years agocommand line problem in quartusII
Hi,
I have a problem using command line in quartusII 13.0 sp1. when I launch the "quartus_map <project name>"command,I get the message "Running Quartus II 32-bit Analysis & Synthesis..." It seems that it use quartus 32bit verison default,what can I do to make it use quartus 64bit version. If somebody could help me with this problem, It would be very nice. Thanks a lot4 Replies
- Altera_Forum
Honored Contributor
quartus_map --64bit
- Altera_Forum
Honored Contributor
Hi, do you have ONLY Quartus 64 bits installed on your system ?
Maybe "quartus_map" refers to Quartus 32 bits because of the %PATH% Windows environment variable. - Altera_Forum
Honored Contributor
but it doesn't work,I got an error when use --64bit options,I use win7 OS
- Altera_Forum
Honored Contributor
Bingo,I thought that dos calls the QUARTUS_ROOTDIR environment variable as the path,when i see the PATH variable i finally know that it uses the %QUARTUS_ROOTDIR%\bin as the software path.I change bin to bin64,it works,thank you very much.