set_output_delay¶
- -delay
Specifies the path delay
- -rise
Specifies that delay value refers to a rising transition on specified ports
- -fall
Specifies that delay value refers to a falling transition on specified ports
- -min
Specifies that delay value refers to the shortest path
- -max
Specifies that delay value refers to the longest path
- -clock
Specifies the clock to which the specified delay is related
- -clock_fall
Specifies that the delay is relative to the falling edge of the clock
- -reference_pin
Specifies the clock pin or port to which the specified delay is related
- -level_sensitive
Specifies that the destination of the delay is a level-sensitive latch
- -source_latency_included
Specifies that the clock source latency is not added to the output delay value
- -network_latency_included
Specifies that the clock network latency is not added to the output delay value
- -add_delay
Specifies whether to add delay information to the existing output delay or to overwrite
- -port_pin_list
Specifies a list of output port or internal pin names
- -group_path
Specifies that paths ending at the specified ports or pins are added into the named group
-delay¶
attribute
- type:
FLOAT
- positional:
True
- default:
related_options
- GroupType.TYPE_LEAST:
delay
simple case
There is currently no simple case.
-rise¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-fall¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-min¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-max¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-clock¶
attribute
- type:
STRLIST
- positional:
False
- default:
related_options
- GroupType.TYPE_DEPENDENT:
clock
simple case
There is currently no simple case.
-clock_fall¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-reference_pin¶
attribute
- type:
STRLIST
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
reference_pin source_latency_included
- GroupType.TYPE_CONFLICT:
reference_pin network_latency_included
simple case
There is currently no simple case.
-level_sensitive¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-source_latency_included¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
reference_pin source_latency_included
simple case
There is currently no simple case.
-network_latency_included¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
reference_pin network_latency_included
simple case
There is currently no simple case.
-add_delay¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-port_pin_list¶
attribute
- type:
STRLIST
- positional:
True
- default:
related_options
- GroupType.TYPE_LEAST:
port_pin_list
simple case
There is currently no simple case.
-group_path¶
attribute
- type:
STRLIST
- positional:
False
- default:
related_options
simple case
There is currently no simple case.