Delete_timing_netlist, Usage, Options – Altera Quartus II Scripting User Manual

Page 516: Description, Delete_timing_netlist –386

Advertising
background image

3–386

Chapter 3: Tcl Packages & Commands

sta

Quartus II Scripting Reference Manual

© July 2013

Altera Corporation

delete_timing_netlist

Usage

delete_timing_netlist

Options

None

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.

Advertising