Hi everyone I'm trying to update Openlane however ...
# general
u
Hi everyone I'm trying to update Openlane however getting this message after
make pdk
:
Copy code
git clone <https://github.com/google/skywater-pdk> /home/caravel-user/Desktop/OpenLane/pdks/skywater-pdk
fatal: destination path '/home/caravel-user/Desktop/OpenLane/pdks/skywater-pdk' already exists and is not an empty directory.
dependencies/pdk.mk:44: recipe for target '/home/caravel-user/Desktop/OpenLane/pdks/skywater-pdk' failed
make: *** [/home/caravel-user/Desktop/OpenLane/pdks/skywater-pdk] Error 128
Any idea?
a
Are you trying to build a pdk? If yes, probably just delete /home/caravel-user/Desktop/OpenLane/pdks/ and it should be fine
u
No i was jus trying to update openlane as told at repo
p
Are you in caravel_user_project folder and trying to update OpenLane?
u
No
a
One of the steps of OpenLane installation/update is building compatible PDK. It just says that the pdk folder is not empty. Try deleting it. If it does not help, try a newer version of openlane, if it does not work too, maybe try to create an issue (after you try to debug it yourself, maybe solution is on the surface).