<#1598 Enable set_io_pin_constraint to constrain o...
# openlane-development
g
#1598 Enable set_io_pin_constraint to constrain ordering of pins Issue created by oharboe Description I am trying to express a constraint on the ordering of pins using
set_io_pin_constraint
, but leave the actual position to be optimized. Proposal Idea on how to express ordering, add a parameter that respects the ordering of the pins in increasing x/y respectively.
Copy code
set_io_pin_constraint -region up:* -pin_names foo -order
The-OpenROAD-Project/OpenLane