Altera_Forum
Honored Contributor
16 years agoHandling Quartus executable return codes
First post...
I'm very new to Quartus and the FPGA world so be gentle. I've written a script to perform each step of the build step by step using the executables... quartus_map -blabla quartus_fit -blabla quartus_asm -blabla quartus_sta -t atclscript.tcl What I need to put between the executables is a touch of code to look at the return codes and exit the rest of the script if necessary. Any suggestions gretfully received. Witty.