<@U01E2KKE4SH> For future reference, did you use t...
# sky130
m
@User For future reference, did you use the openlane Makefile to pull the git repo data and/or rebuild the pdk? It has commits hardcoded. Looks like you can do everything separately, though. Maybe do the pulls manually and then in the openlane directory, create the skywater library and transform it to sky130A. I'm assuming the following might work after manual pulls.
Copy code
make skywater-library STD_CELL_LIBRARY=sky130_fd_io
make build-pdk
Do you want to try it?