Altera_Forum
Honored Contributor
11 years agoHow do I use 64-bit tools in tcl script under Windows?
Hi All,
I have what seems like a straightforward need but I have struck out on finding info about it. I normally use tcl scripts to do my builds and up until lately I have always been fine with using the 32-bit version of the Quartus tools. My system is 64-bit Windows and I can run either 32-bit or 64-bit versions of Quartus from the start menu. However, when I start a build in a tcl script using a command like "execute_flow -compile", the 32-bit version is invoked by default. I now have a need to use the 64-bit version but cannot find a way to specify that the 64-bit version should be used. (note: I have found ways to do this under Linux but not Windows) Anybody know how to do this?