createPinPathSpineAware
layout createPinPathSpineAware boolean { t | nil }
Description
Checks if the pins created in the Single mode are path spine aware.
When set to t, a single merged pin is created on the highest metal layer shape island. A metal layer shape island is made of overlapping shapes that belong to the same layer and net.
GUI Equivalent
Examples
envGetVal("layout" "createPinPathSpineAware")
envSetVal("layout" "createPinPathSpineAware" 'boolean t)
Related Topics
Return to top