timing_netlist_exist (::quartus::sta)
The following table displays information for the timing_netlist_exist Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::sta 1.0 |
||
| Syntax | timing_netlist_exist [-h | -help] [-long_help] | ||
| Arguments | -h | -help | Short help | |
| -long_help | Long help with examples and possible return values | ||
| Description |
Checks if the timing netlist exists. Returns 1, if the timing netlist exists. Returns 0, otherwise. |
||
| Example Usage |
if {![timing_netlist_exist]} {
create_timing_netlist
}
|
||
| Return Value | Code Name | Code | String Return |
| TCL_OK | 0 | INFO: Operation successful | |