Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- The principle is it is hard to get return codes from the command-line-executable commands, but it is easy to get return codes from the Quartus-extented-Tcl commands. So handle the return codes in the Tcl domain, like conditional jumpings and writing to a report file. If you are working under Windows, Use Tcl, do Not use the command line. If you are working under Linux, both will do. --- Quote End --- Riple, After a lot of messing I've now gone fully over to quartus_sh using tcl scripts as you advise and wish I'd started that method when I first started with Quartus. Cheers.