```Error: or_ioplacer.tcl, 44 invalid command name...
# openlane
a
Copy code
Error: or_ioplacer.tcl, 44 invalid command name "ioPlacer::set_min_distance"
a
This is very interesting.. I would like to know which versions are you using? Did you rebuild the docker after cloning the latest master? If so, you should be running
openlane:rc3
. Are you using a different version of OpenROAD?
a
Yep that was on rc3
I just ran the Makefile, which seems to have updated the docker image
commenting that line out made it get past that stage, but then it failed with a similar error in the next stage
a
This kind of indicates that the openroad version used is not compatible with the scripts used, which shouldn't happen if you're using rc3. Can you try a fresh clone of openlane?