https://open-source-silicon.dev logo
n

Nate Young

09/27/2021, 4:36 AM
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

Praveen raj

09/27/2021, 5:16 AM
@Nate Young you may have a look at this conversation https://skywater-pdk.slack.com/archives/C016H8WJMBR/p1631148269097300
n

Nate Young

09/28/2021, 12:31 AM
Thanks! It appears to work now. Not sure why that conversation didn't show up when I searched.
p

Praveen raj

09/28/2021, 1:34 AM
No problem !