Are you sure that you are using nix ?
# openlane-2
k
Are you sure that you are using nix ?
e
Getting this now, so will try and debug it
k
Yeah it got renamed to lib
e
Have there been any other changes to the config file or the paths? The flow is now failing at an earlier step which it previously passed in the docker version (and I can't figure out why)!
image.png
I've checked and as far as I can see, the vssd2 port is defined everywhere it should be
k
So two things. First, can you temporarily remove the whole
lib
entry from macros. This should fix the new error that is showing up now. Second, https://github.com/ellen-wood/caravel_user_project_openlane_2/blob/2467f9fd3691745[…]6b10d76810b7d3e94a6d7/openlane/user_project_wrapper/config.json. Instances here refer to instances inside the RTL. In your case, it is called
TOP_digital_1
instead of
TOP_digital
. This should resolve
Copy code
Error: corner.tcl line 44, path instance 'TOP_digital' not found.
e
Awesome - thank you! It got much further. Routing congestion is too high now. Time for the Gui! 🙂