Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
8 years ago

Querying design's completion status via Tcl

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?
No RepliesBe the first to reply