Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20790 Discussions

command line problem in quartusII

Altera_Forum
Honored Contributor II
1,063 Views

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 lot
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
312 Views

quartus_map --64bit

0 Kudos
Altera_Forum
Honored Contributor II
312 Views

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.
0 Kudos
Altera_Forum
Honored Contributor II
312 Views

but it doesn't work,I got an error when use --64bit options,I use win7 OS

0 Kudos
Altera_Forum
Honored Contributor II
312 Views

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.

0 Kudos
Reply