I did spot this in the PDK makefile: ```LIBRARIES ...
# sky130
d
I did spot this in the PDK makefile:
Copy code
LIBRARIES = $(sort $(notdir $(wildcard libraries/sky130_*_sc_*)))
The
_sc_
part looks like it would miss the fd_io library, although a quick and dirty swap with fd_io resulted in a lot of errors, there must be something I'm missing here