enableTrackSkipping
layoutXL.floorplan enableTrackSkipping boolean { t | nil }
Description
Honors the pin order along with the width and wire type values during pin placement. If adjacent tracks do not meet the required wire type or width requirements, then tracks are skipped until suitable tracks are found. Therefore, pins are placed as per the order specified.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "enableTrackSkipping")
envSetVal("layoutXL.floorplan" "enableTrackSkipping" 'boolean nil)
Related Topics
Return to top