taperToPinWidthStyle
layout taperToPinWidthStyle cyclic { "to_first_via" | "min_taper_halo" | "within_pin_halo" }
Description
Enables the router to create pathSegs connecting to top-level pins or instance pins using a width that matches the target pin. The default is within_pin_halo.
GUI Equivalent
|
Window – Assistant – Wire Assistant – Override Constraints – Pin Escape tab |
|
Examples
envGetVal("layout" "taperToPinWidthStyle")
envSetVal("layout" "taperToPinWidthStyle" 'cyclic "to_first_via")
envSetVal("layout" "taperToPinWidthStyle" 'cyclic "min_taper_halo")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top