Forum Discussion
Altera_Forum
Honored Contributor
16 years agoi see. interestingly the example end to end flow manually runs TAN reports after a full compilation on page 10:
http://www.altera.com/literature/hb/qts/qts_qii52002.pdf how about something like:quartus_map myproj | grep -c unsuccessfulthe count of unsuccessful will be 0 if you can continue to the next stage and > 0 if not. not sure if internal errors will trigger "unsuccessful", i'll check.