delete_timing_netlist (::quartus::sta)

The following table displays information for the delete_timing_netlist Tcl command:

Tcl Package and Version

Belongs to ::quartus::sta 1.0

Syntax delete_timing_netlist [-h | -help] [-long_help]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
Description
Use this command to delete a timing netlist previously created using
create_timing_netlist. This should be done at the end of a script or
before calling create_timing_netlist again using different options or
after recompiling the design.

Use the set_operating_conditions command instead of
delete_timing_netlist and create_timing_netlist to change timing
models. This avoids the cost of deleting and re-creating the timing
netlist, and also preserves current timing assignments.
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: Timing netlist does not exist. Use create_timing_netlist to create a timing netlist.