makeCellCellType
layout makeCellCellType cyclic { "none" | "block" | "blockRing" | "cover" | "coverBump" | "pad" | "padSpacer" | "core" | "coreSpacer" | "coreAntenna" | "corner" | "softMacro" | "via" | "blockBlackBox" | "padAreaIO" }
Description
Specifies the type of cell you want to create.
GUI Equivalent
Examples
envGetVal("layout" "makeCellCellType")
envSetVal("layout" "makeCellCellType" 'cyclic "corner")
envSetVal("layout" "makeCellCellType" 'cyclic "padAreaIO")
Related Topics
Return to top