Hi. I have a problem - I tried to get OpenLane wit...
# sky130
d
Hi. I have a problem - I tried to get OpenLane with sky130, but it fails on 'make' step with Failed to obtain 1341f54f5ce0c4955326297f235e4ace1eb6d419 remotely: <Response [403]>. Are there some additional requirements to be able to pull the PDK?
m
Is docker installed correctly?
docker run hello-world
d
Yes
It looks like the particular revision (or maybe entire repo) used by volare is not available for me.
m
Does
volare ls-remote
show the
1341f54f5ce0c4955326297f235e4ace1eb6d419
commit? If not, you may be able to override commit with
Copy code
export OPEN_PDKS_COMMIT=<commit_id>
and before running
make setup
. Do you explicitly set
PDK_ROOT
and
CARAVEL_ROOT
or are you using the defaults.
d
Ok, the issue disappeared. However upon investigation it seems that the git repo which volare uses just returned 403, but now it works. For future reference the issue was present on './venv/bin/volare enable --pdk sky130' command executed by the Makefile. Thank you
👍 1