Set_output_delay, Usage, Options – Altera Quartus II Scripting User Manual
Page 628: Description, Set_output_delay –498

3–498
Chapter 3: Tcl Packages & Commands
timing_assignment
Quartus II Scripting Reference Manual
© July 2013
Altera Corporation
set_output_delay
Usage
set_output_delay [-clk_ref
[-max] [-min] [-remove] [-tag ] -to
Options
-clk_ref
-clock_fall: Option to specify that delay is relative to falling edge of reference clock
-comment
-disable: Option to disable assignment
-max: Option to set maximum delay
-min: Option to set minimum delay
-remove: Option to remove output delay requirement
-tag : Option to tag data to this assignment
-to
Description
Specifies the required minimum or maximum delay on the output pin or output assignment group as
specified by the "-to" option. The Quartus II®timing analysis propagates this delay and checks it against
the actual delay. For more information about assignment groups, type "assignment_group -h".
The "assignment_group" command replaces the deprecated "timegroup" command in ::quartus::project,
version 5.0.
If both "-min" and "-max" options are not used, then the assignment is set for both minimum and
maximum delay.
The "-clock_fall" option specifies that the output delay is relative to the falling edge of the reference clock.
The rising edge of the reference clock is the default.
The
"-clk_ref" option, all clocks are assumed to be reference clocks by default.
The format of
The following table displays available time units:
Time Unit
Description
s
second(s)
ms
millisecond(s)
us
microsecond(s)
ns
nanosecond(s)
ps
picosecond(s)
fs
femtosecond(s)
Hz
Hertz
KHz
KiloHertz