- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have install quartus version 12.1sp1 in windows. When I taip quartus_sh <> in command prompt, it will execute v12.1 32-bits. Can i run it in 64-bits without go to the bin64 directory?Link Copied
6 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
does "quartus_sh --64bit" load the 64 bit version?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- does "quartus_sh --64bit" load the 64 bit version? --- Quote End --- Nope, you get an error indicating that the --64bit option is not available with the current executable (a message about being 32-bit would be a little more informative!). Cheers, Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thank for reply, then got anyway can change the default path to 64bits in command prompt? because I am not using NIOS II IDE shell. quartus_sh --64bit command is not work also.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- I am not using NIOS II IDE shell. quartus_sh --64bit command is not work also. --- Quote End --- That comment is not consistent with your original question - you asked about using the command-line. The NIOS II IDE shell *is* the command-line - its the Cygwin terminal. If you only ever want to use the 64-bit applications, add the bin64 directory to your path. You can probably create or edit a .bashrc file for the Altera Cygwin terminal to use, and inside that set your path. The --64bit option won't work until you try it on the 64-bit version of the application, i.e., the version in the bin64 folder. Cheers, Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank, it is work when i add the path.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page