netlist_exists (::quartus::flow)

The following table displays information for the netlist_exists Tcl command:

Tcl Package and Version

Belongs to ::quartus::flow 1.1

Syntax netlist_exists [-h | -help] [-long_help] [-revision <revision name> ] -type <netlist type>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-revision <revision name> Name of the revision to check
-type <netlist type> Netlist type: Post-Map|Post-Merge|Post-Fit
Description
Checks if the specified flattened netlist exists.
Example Usage
This command currently contains no example usage.
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: Only values of Post-Map or Post-Merge or Post-Fit are supported for netlist-type
TCL_ERROR 1 ERROR: No project is currently open. Open an existing project or create a new project.