How to use fixed pin location file in ORFS flow? #422
-
This question came from gitter channel: Given that I essentially have pins with fix locations, through which variable in the |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
I don't think there's a straightforward way to do this by just modifying existing flow arguments. Using |
Beta Was this translation helpful? Give feedback.
-
You can use place_pin (see https://github.com/The-OpenROAD-Project/OpenROAD/tree/master/src/ppl) for manual placement. |
Beta Was this translation helpful? Give feedback.
-
In io_placement.tcl you can use if {[info exists ::env(IO_CONSTRAINTS)]} { to give your placement. |
Beta Was this translation helpful? Give feedback.
-
Is there somewhere an example using place_pin that set/force the all the pins name, location and layer ? Laurent |
Beta Was this translation helpful? Give feedback.
-
With |
Beta Was this translation helpful? Give feedback.
With
set_io_pin_constraint
you can restrict IO placement on specific side.Examples found here: https://github.com/The-OpenROAD-Project/OpenROAD/blob/master/src/ppl/test/add_constraint10.tcl