set_driving_cell¶
- -lib_cell
Specifies the name of the library cell to use to drive ports
- -library
Specifies the library name or a collection of libraries
- -rise
Specifies that the lib_cell_name, lib, pin_name, and from_pin_name correspond to the rising case
- -fall
Specifies that the lib_cell_name, lib, pin_name, and from_pin_name correspond to the falling case
- -min
Sets driving cell information for analysis at the minimum operating condition only
- -max
Sets driving cell information for analysis at the maximum operating condition only
- -pin
Specifies the output pin on the driving cell that is to drive the ports
- -from_pin
Specifies the input pin on the driving cell to use when finding a timing arc
- -dont_scale
Specifies that the timing analyzer is not to scale the drive capability of the ports
- -no_design_rule
Indicates that the design rules associated with the driving cell are not to be applied to the driven port
- -input_transition_rise
Specifies the input rise transition time associated with the -from_pin option
- -input_transition_fall
Specifies the input fall transition time associated with the -from_pin option
- -multiply_by
Specifies a factor by which to multiply the delay characteristics of the ports
- -port_list
Specifies a list of input or inout port names
-lib_cell¶
attribute
- type:
STRING
- positional:
False
- default:
related_options
- GroupType.TYPE_LEAST:
lib_cell
simple case
There is currently no simple case.
-library¶
attribute
- type:
STRLIST
- positional:
False
- default:
related_options
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.
-pin¶
attribute
- type:
STRLIST
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-from_pin¶
attribute
- type:
STRLIST
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-dont_scale¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-no_design_rule¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-input_transition_rise¶
attribute
- type:
FLOAT
- positional:
False
- default:
0.0
related_options
simple case
There is currently no simple case.
-input_transition_fall¶
attribute
- type:
FLOAT
- positional:
False
- default:
0.0
related_options
simple case
There is currently no simple case.
-multiply_by¶
attribute
- type:
FLOAT
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-port_list¶
attribute
- type:
STRLIST
- positional:
True
- default:
related_options
- GroupType.TYPE_LEAST:
port_list
simple case
There is currently no simple case.