make sky130-install now correctly merges with privded cells

This commit is contained in:
Jesse Cirimelli-Low 2026-05-04 17:32:07 -07:00
parent 797664c343
commit 28fef79202
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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)