#99 Rework the .lib generation in the Makefile Iss...
# general
g
#99 Rework the .lib generation in the Makefile Issue opened by mithro There should be Makefile targets for each
.lib
that needs to be generated. For example -
make libraries/sky130_fd_sc_ms/v0.0.2/timing/sky130_fd_sc_ms__ff_n40C_1v95.lib
should work. Currently;
Copy code
make[1]: Entering directory '/home/tim/github/google/skywater-pdk'
make[1]: *** No rule to make target 'libraries/sky130_fd_sc_ms/v0.0.2/timing/sky130_fd_sc_ms__ff_n40C_1v95.lib'.  Stop.
make[1]: Leaving directory '/home/tim/github/google/skywater-pdk'
google/skywater-pdk