From e16d9eb0b4495e8beee441ced3fcad68391155e6 Mon Sep 17 00:00:00 2001 From: Jesse Cirimelli-Low Date: Mon, 4 May 2026 17:32:07 -0700 Subject: [PATCH] make sky130-install now correctly merges with privded cells --- .gitignore | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dc55dac3..27903ee0 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,7 @@ **/model_data outputs technology/freepdk45/ncsu_basekit -technology/sky130/*_lib +technology/sky130/*_lib/sky130_fd_* technology/sky130/tech/.magicrc technology/gf180mcu/*_lib .idea diff --git a/Makefile b/Makefile index bc20d699..036601e6 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ sky130-install: $(SRAM_LIB_DIR) @echo "PDK_ROOT='$(PDK_ROOT)'" @echo "SRAM_LIB_DIR='$(SRAM_LIB_DIR)'" @echo "SKY130_PDK='$(SKY130_PDK)'" - @make $(INSTALL_DIRS) + @$(MAKE) -B $(INSTALL_DIRS) .PHONY: sky130-install sky130-pdk: $(SKY130_PDKS_DIR)