coverTermPins
APR.stdcell.route coverTermPins boolean { t | nil }
Description
Extends the wire to completely cover the IO pins. The standard cell router routes to the center of the pin with 0-extent wires.
GUI Equivalent
Examples
envGetVal("APR.stdcell.route" "coverTermPins")
envSetVal("APR.stdcell.route" "coverTermPins" 'boolean t)
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top