Set_load, Set_max_flyline_fanout, Set_output_delay – Achronix ACE Version 5.0 User Manual
Page 379: 150set load, 151set max flyline fanout, 152set output delay, Set load, Set max flyline fanout, Set output delay

set output delay
Chapter 5. Tcl Command Reference
Argument
Required/Optional
Description
slew
Required
slew value
port pin list
Required
port pin list (one or more ports)
set load
set load load port pin list
Specify an output load/capacitance constraint
Argument
Required/Optional
Description
load
Required
cap value
port pin list
Required
port pin list (one or more ports)
set max flyline fanout
set max flyline fanout
<
limit
>
This command is used to hide selected instance flylines for nets with fanout greater than the limit passed in.
Argument
Required/Optional
Description
<
limit
>
Required
The required
specifies the maximum fanout for
flylines to be displayed for a net.
set output delay
set output delay delay port pin list [-clock
<
arg
>
] [-combinational]
Specify an output delay constraint or clock
Argument
Required/Optional
Description
delay
Required
delay value (Note: this value is currently ignored)
port pin list
Required
port pin list (one or more ports)
[-clock
<
arg
>
]
Optional
clock name
[-combinational]
Optional
use combinational domain
This command specifies an output delay constraint using a structure specified by user directives that have
been applied to the design prior to run prepare.
For example user wants to use an output pin as a combinational pin, which is not registered output; below
is the example how to set the output delay inside the SDC file:
set_output_delay 0
If the user design has input pins defined as bus. Then in this case user needs to split the bus into a bit and
use the following constraint inside the SDC file:
set_output_delay 0 {
367
UG001 Rev. 5.0 - 5th December 2012