I am trying to find a way to check if the project has been successfully compiled (map, fit, sta, asm, pow steps) via Tcl.
The most likely method from the Tcl API seems to be:<revision name> -type "Post_Fit"]
but I got --- Quote Start --- "Error (18086): The Quartus Prime Pro Edition software does not support this feature" --- Quote End --- How can one query if a compilation step is completed or not, e.g. what if the "Fitter" has ran, but the STA and Power Analyzer have not? Is it a matter of checking if the appropriate .rpt files are present?
Link Copied
For more complete information about compiler optimizations, see our Optimization Notice.