In trying to use a `pin_order.cfg` file (either m...
# openlane
n
In trying to use a
pin_order.cfg
file (either my own or by uncommenting the line in the config for spm which uses such a file), floorplanning crashes and in
floorplan/4-place_io_ol.log
I get:
Copy code
Traceback (most recent call last):
  File "/openLANE_flow/scripts/io_place.py", line 288, in <module>
    origin, count, step = odb.new_int(0), odb.new_int(0), odb.new_int(0)
AttributeError: module 'odb' has no attribute 'new_int'
Is this something I'm doing wrong, or a problem with my installation, or a bug in openlane, or...? I have no issues compiling spm when I allow the pin order to be randomly assigned.
p
@Nate Young you may have a look at this conversation https://skywater-pdk.slack.com/archives/C016H8WJMBR/p1631148269097300
n
Thanks! It appears to work now. Not sure why that conversation didn't show up when I searched.
p
No problem !