https://open-source-silicon.dev logo
#general
Title
# general
u

ufuk

01/09/2022, 3:20 PM
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

Arman Avetisyan

01/09/2022, 3:37 PM
Are you trying to build a pdk? If yes, probably just delete /home/caravel-user/Desktop/OpenLane/pdks/ and it should be fine
u

ufuk

01/09/2022, 3:45 PM
No i was jus trying to update openlane as told at repo
p

Pranav Lulu

01/09/2022, 4:20 PM
Are you in caravel_user_project folder and trying to update OpenLane?
u

ufuk

01/09/2022, 6:10 PM
No
a

Arman Avetisyan

01/10/2022, 8:25 PM
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).
2 Views