Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 9/26/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.1.35.8. 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

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.