Daniel Giftson
09/21/2023, 1:51 PMMitch Bailey
09/21/2023, 2:04 PM<user_project>/openlane
directory will contain all the design data for your synthesized cells, so you don’t want to install the openlane programs on top of that.
You’d also have problems when you git commit because all the openlane program data would be written too.
Try export OPENLANE_ROOT=$PWD/dependencies/openlane_src
.
Make sure dependencies
is in your .gitignore
file.Daniel Giftson
09/21/2023, 2:17 PMMitch Bailey
09/21/2023, 2:41 PMmake setup
from your cloned caravel_user_project
directory.Mitch Bailey
09/21/2023, 3:00 PMcaravel_user_project_analog
? If it is, the openlane/Makefile
may still be an incorrect link. Delete the file and copy from caravel_user_project
.Daniel Giftson
09/21/2023, 6:28 PMMitch Bailey
09/21/2023, 10:49 PM$ grep ^openlane openlane/Makefile
$ ls -l openlane/Makefile