Tom
01/11/2021, 12:13 AM./configure --enable-sky130-pdk=/home/tom/repos/sky130pdk/skywater-pdk --with-sky130-local-path=/home/tom/repos/sky130pdk
I then opened the Makefile
for edit but the default settings looked correct (attached).
The sky130A_install.log
from this run does seem to show some errors relating to Magic and reading cells.
I don't know if this is relevant to the errors but I do have two issues with the skywater-pdk
but they seem to concern the io cells and the timing file generation, neither of which I imagine concern the BJT layout files? But in case they're relevant they are:
Running make timing
in the skywater-pdk
causes this error /media/tom/Storage/Linux/repos/sky130pdk/skywater-pdk/env/conda/bin/activate: line 5: /media/tom/Storage/Linux/repos/skywater-pdk/env/conda/etc/profile.d/conda.sh: No such file or directory
And I'm also have a submodule issue Could not access submodule 'third_party/make-env'
but the url in .gitmodules
looks good according to this.