makeCellPinsChoice
layoutDP makeCellPinsChoice cyclic { "Congestion aware" | "On boundary" | "Below boundary" | "Promote pins" }
Description
Specifies the options for creating interface pins when running the Make Cell command on a virtual hierarchy.
The default is Congestion aware.
-
Congestionawareruns the congestion-aware global router to automatically create pins on the boundary of the virtual hierarchy. -
Onboundarycreates pins on the boundary of the virtual hierarchy, ensuring the shortest possible net length in the direction of routing. -
Belowboundarycreates pins just below the boundary of the virtual hierarchy. -
Promotepinsextends pins from lower levels of a virtual hierarchy to a higher level.
GUI Equivalent
Examples
envGetVal("layoutDP" "makeCellPinsChoice")
envSetVal("layoutDP" "makeCellPinsChoice" 'cyclic "On boundary")
Related Topics
Return to top