Altera_Forum
Honored Contributor
12 years agoReturn Codes
How to use return codes when programming the device by using the following command (included in the tcl-script):
quartus_pgm --mode=as --cable=USB-Blaster --operation=pv\;file_name.pof Quartus II command-line executables exit with the one of the following return codes. Return Code Description 0 Execution was successful 2 Execution failed due to an internal error 3 Execution failed due to user error(s) 4 Execution was stopped by the user So, what kind of script (.tcl) should I write, so that some return code is returned after programming?