makeCellType
layoutDP makeCellType cyclic { "softMacro" | "digital softMacro" | "block" | "none" }
Description
Specifies the cell and block type to be created when running the Make Cell command on a virtual hierarchy.
-
softMacrocreates a soft block type cellview from the virtual hierarchy. -
digitalsoftMacrocreates a soft block with hierarchy for a block of typedigital. -
blockcreates a hard block. -
nonecreates a custom cell type.
GUI Equivalent
Examples
envGetVal("layoutDP" "makeCellType")
envSetVal("layoutDP" "makeCellType" 'cyclic "digital softMacro")
Related Topics
Return to top