Heyho, I'm trying to set up openlane according to ...
# openlane
a
Heyho, I'm trying to set up openlane according to these insturctions https://openlane.readthedocs.io/en/latest/#setting-up-openlane but unfortunately when I get to "make test" I get this error... can anyone help me with the setup?
m
@User Maybe you've modified your
Makefile
? Looks like you're mounting
OpenLane
at the docker
/openlane
mount point. Looks like the
flow.tcl
script is expecting it to be at
/openLANE_flow
. Maybe change it back and see if it makes a difference.
a
Nope, I haven't changed the Makefile. But I just checked the repo... there was a change 3 hours ago that changed "openLANE_flow" to "openlane"...
alright, it works now. For anyone else wandering in here wondering why the setup is broken: The latest commit is broken, you need to use an older one: after cloning the repo, before of running "make openlane", first run this:
git checkout 2e6f34032f673d22b3ccac0e208882d1b542e6d3
m
@User Good catch! Can you log an issue?
a
https://github.com/The-OpenROAD-Project/OpenLane/pull/673#issuecomment-951082914 will get fixed at midnight when the docker image updates