Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThe 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.