tnt
07/24/2020, 5:39 AMmake -j N
to work properly. With -j 16
it takes about 4 minutes here.20Mhz
07/24/2020, 11:58 AMtnt
07/24/2020, 12:27 PMtnt
07/24/2020, 12:27 PM20Mhz
07/24/2020, 12:55 PMtnt
07/24/2020, 1:24 PMgit remote add smunaut <https://github.com/smunaut/skywater-pdk.git>
git remote update
git merge smunaut/liberty-makefile-rework
20Mhz
07/24/2020, 2:17 PMMakefile:79: libraries/sky130_fd_sc_ms/v0.0.2/timing/sky130_fd_sc_ms__tt_025C_1v80_ccsnoise.d: No such file or directory
Makefile:79: libraries/sky130_fd_sc_ms/v0.0.2/timing/sky130_fd_sc_ms__tt_100C_1v80.d: No such file or directory
Makefile:82: warning: overriding commands for target `clean'
scripts/make/conda.mk:85: warning: ignoring old commands for target `clean'
I’m getting 100% utilization now, which seems good!tnt
07/24/2020, 2:18 PMrm
instead of rm- f
to avoid the warning if it doesn't exist.tnt
07/24/2020, 2:18 PMmake clean
which conflicts ... I'll need to clean that up.20Mhz
07/24/2020, 2:23 PM