ArunAshok
12/28/2020, 1:52 PMAmr Gouhar
12/28/2020, 2:23 PMmake pdk
inside the docker, and when was the last time you cloned the pdk (updated pdks/skywater-pdk
)? Probably the error will be gone if you delete pdks/skywater-pdk
and re-ran make pdk
outside the docker.ArunAshok
12/28/2020, 2:25 PMAmr Gouhar
12/28/2020, 2:44 PMpdks/skywater-pdk
and then running skywater's make timing
which internally fetches the third_party/make-env
submodule. So either try installing in a different directory or alternatively you can try out this step manually to get a more verbose error message:
https://github.com/efabless/openlane/blob/master/doc/Manual_PDK_installation.md#setting-up-the-pdk-skywater-pdk
and then instead of running open_pdks manually you would run the following back in the openlane project root:
make open_pdks
make build-pdk
ArunAshok
12/28/2020, 2:46 PMAmr Gouhar
12/28/2020, 4:41 PMTom
12/28/2020, 7:40 PM