pinOptOneConnectionPerSide
layoutDP pinOptOneConnectionPerSide boolean { t | nil }
Description
Controls the number of routing connections per side for congestion analysis with pin optimization. When set to t, one connection is specified per side for each opaque virtual hierarchy or a soft block. When set to nil, one connection is specified per opaque virtual hierarchy or a soft block.
GUI Equivalent
Examples
envGetVal("layoutDP" "pinOptOneConnectionPerSide")
envSetVal("layoutDP" "pinOptOneConnectionPerSide" 'boolean nil)
Related Topics
Design Planning and Analysis Options Form
Return to top