shanu kumar
08/23/2023, 8:30 AMMitch Bailey
08/23/2023, 9:58 AMopenlane/pinmux/pin_order.cfg
file?shanu kumar
08/23/2023, 9:58 AMshanu kumar
08/23/2023, 9:59 AMMitch Bailey
08/23/2023, 10:43 AM#MANUAL_PLACE
or lines with more than one field like riscv_trst_n 0700 0 2
. Was there an example that used this syntax?
See openlane/scripts/odbpy/io_place.py
Besides the directives
"#N",
"#E",
"#S",
"#W",
"#NR",
"#ER",
"#SR",
"#WR",
"#BUS_SORT",
and pin names (you can use wildcards like reg_data.*
), I think you can only specify blank pins with $5
(for 5 blank pins) or @min_distance=x
to set the minimum pin distance instead of the default of evenly spaced.shanu kumar
08/23/2023, 10:44 AM