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. ----------------- .. _create_cell-cell_list: -cell_list :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | Specify the names of cells created in the current design **attribute** :type: STRLIST :positional: False :default: **related_options** :GroupType.TYPE_LEAST: cell_list **simple case** There is currently no simple case. ----------------- .. _create_cell-reference_name: -reference_name :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | Specify the design or library cell that new cells reference **attribute** :type: STRING :positional: False :default: **related_options** **simple case** There is currently no simple case. ----------------- .. _create_cell-hierarchical: -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 **attribute** :type: BOOL :positional: False :default: **related_options** **simple case** There is currently no simple case. ----------------- .. _create_cell-logic: -logic :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | Specifies that the new cell generates a logic 0 or logic 1 value. **attribute** :type: INT :positional: False :default: **related_options** **simple case** There is currently no simple case. ----------------- .. _create_cell-only_physical: -only_physical :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | Creates a new physical or physical-only cell using a reference from the physical library. **attribute** :type: BOOL :positional: False :default: **related_options** **simple case** There is currently no simple case.