Lakshmi M Satyananda
07/20/2023, 5:07 PMMitch Bailey
07/20/2023, 5:13 PMLakshmi M Satyananda
07/20/2023, 5:17 PMMitch Bailey
07/20/2023, 6:43 PMLakshmi M Satyananda
07/20/2023, 8:17 PMMitch Bailey
07/20/2023, 9:51 PMcaravel_user_project
. This includes the openlane
installation. If it works, you could delete the caravel_user_project
when you’re done.
Referencing here, you might try
export OPENLANE_ROOT=<openlane-installation-directory> # I suggest starting from an empty directory as the contents may be cleared
export PDK=ROOT=<pdk-installation-directory> # I suggest starting from an empty directory as the contents may be cleared
export PDK=sky130A # or sky130B or gf180mcuC
git clone --depth=1 <https://github.com/efabless/caravel_user_project>
cd caravel_user_project
make setup
This should install openlane in OPENLANE_ROOT
and the pdk in PDK_ROOT
. If that’s all you need, you should be able to delete caravel_user_project
when you’re done.Lakshmi M Satyananda
07/20/2023, 10:17 PM