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

Page 463: Description, Example, Remove_annotated_delay –333

Advertising
background image

Chapter 3: Tcl Packages & Commands

3–333

sdc_ext

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

remove_annotated_delay

Usage

remove_annotated_delay -all

Options

-all: Specifies removal of all annotated delays

Description

Removes annotated delays from the design.

Example

# annotate delay
set_annotated_delay -net -from [get_pins clk] 0.1
update_timing_netlist

# remove all annotated delays
remove_annotated_delay -all
update_timing_netlist

Advertising