From 28fef792026a28e214bd57eae57bb6ce2dedd197 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 2245e96f..27903ee0 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,7 @@ **/model_data outputs technology/freepdk45/ncsu_basekit -technology/sky130/*_lib/sky130_fd_bd_sram* +technology/sky130/*_lib/sky130_fd_* technology/sky130/tech/.magicrc technology/gf180mcu/*_lib .idea diff --git a/Makefile b/Makefile index f20dbdc6..d58bb939 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,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)