Altera_Forum
Honored Contributor
12 years agoHow to get quartus_sta to return and error code if timing not met
I have not been able to find this on the forums or with google.
I use a makefile to run quartus. My problem is that I can generate timing reports with quartus_sta, but I would like quartus_sta to return an error code (non-zero) if timing constraints were not met. Right now there is no notification of a failed design, ie quartus_sta always returns 0. I would prefer to not have to generate a project.sta.rpt and then grep for failures.