set_min_delay¶
- -delay
Specifies the value of the desired minimum delay for paths
- -rise
Specifies endpoint rising delays are constrained
- -fall
Specifies endpoint falling delays are constrained
- -ignore_clock_latency
Remove the clock tree latency from the timing caculations
- -from
Specifies a list of path start points (clocks, ports, pins, or cells)
- -rise_from
Same as the -from option, except that the path must rise from the objects specified
- -fall_from
Same as the -from option, except that the path must fall from the objects specified
- -through
A list of path throughpoints (port, pin, or leaf cell names)
- -rise_through
Same as the -through option, but applies only to paths with a rising transition
- -fall_through
Same as the -through option, but applies only to paths with a falling transition
- -to
Specifies a list of path end points (clocks, ports, pins, or cells)
- -rise_to
Same as the -to option, but applies only to paths rising at the endpoint
- -fall_to
Same as the -to option, but applies only to paths falling at the endpoint
- -reset_path
Removes existing point-to-point exception information on the specified paths
- -comment
Allows the command to accept a comment string
-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.
-ignore_clock_latency¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-from¶
attribute
- type:
STRLIST
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
from rise_from fall_from
- GroupType.TYPE_LEAST:
from rise_from fall_from through rise_through fall_through to rise_to fall_to
simple case
There is currently no simple case.
-rise_from¶
attribute
- type:
STRLIST
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
from rise_from fall_from
- GroupType.TYPE_LEAST:
from rise_from fall_from through rise_through fall_through to rise_to fall_to
simple case
There is currently no simple case.
-fall_from¶
attribute
- type:
STRLIST
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
from rise_from fall_from
- GroupType.TYPE_LEAST:
from rise_from fall_from through rise_through fall_through to rise_to fall_to
simple case
There is currently no simple case.
-through¶
attribute
- type:
GROUPSTR
- positional:
False
- default:
related_options
- GroupType.TYPE_LEAST:
from rise_from fall_from through rise_through fall_through to rise_to fall_to
simple case
There is currently no simple case.
-rise_through¶
attribute
- type:
GROUPSTR
- positional:
False
- default:
related_options
- GroupType.TYPE_LEAST:
from rise_from fall_from through rise_through fall_through to rise_to fall_to
simple case
There is currently no simple case.
-fall_through¶
attribute
- type:
GROUPSTR
- positional:
False
- default:
related_options
- GroupType.TYPE_LEAST:
from rise_from fall_from through rise_through fall_through to rise_to fall_to
simple case
There is currently no simple case.
-to¶
attribute
- type:
STRLIST
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
to rise_to fall_to
- GroupType.TYPE_LEAST:
from rise_from fall_from through rise_through fall_through to rise_to fall_to
simple case
There is currently no simple case.
-rise_to¶
attribute
- type:
STRLIST
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
to rise_to fall_to
- GroupType.TYPE_LEAST:
from rise_from fall_from through rise_through fall_through to rise_to fall_to
simple case
There is currently no simple case.
-fall_to¶
attribute
- type:
STRLIST
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
to rise_to fall_to
- GroupType.TYPE_LEAST:
from rise_from fall_from through rise_through fall_through to rise_to fall_to
simple case
There is currently no simple case.
-reset_path¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-comment¶
attribute
- type:
STRING
- positional:
False
- default:
related_options
simple case
There is currently no simple case.