create_cell¶
- -cell_list
Specify the names of cells created in the current design
- -reference_name
Specify the design or library cell that new cells reference
- -hierarchical
If you specify the reference_name, the cell_list must have a single element. if not, Create hierarchical cell instances and designs with the name given by cell_list
- -logic
Specifies that the new cell generates a logic 0 or logic 1 value.
- -only_physical
Creates a new physical or physical-only cell using a reference from the physical library.
-cell_list¶
attribute
- type:
STRLIST
- positional:
False
- default:
related_options
- GroupType.TYPE_LEAST:
cell_list
simple case
There is currently no simple case.
-reference_name¶
attribute
- type:
STRING
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-hierarchical¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-logic¶
attribute
- type:
INT
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-only_physical¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.