Skip to content

Commit e16d9eb

Browse files
committed
make sky130-install now correctly merges with privded cells
1 parent 2f8f9bc commit e16d9eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
**/model_data
1212
outputs
1313
technology/freepdk45/ncsu_basekit
14-
technology/sky130/*_lib
14+
technology/sky130/*_lib/sky130_fd_*
1515
technology/sky130/tech/.magicrc
1616
technology/gf180mcu/*_lib
1717
.idea

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ sky130-install: $(SRAM_LIB_DIR)
9898
@echo "PDK_ROOT='$(PDK_ROOT)'"
9999
@echo "SRAM_LIB_DIR='$(SRAM_LIB_DIR)'"
100100
@echo "SKY130_PDK='$(SKY130_PDK)'"
101-
@make $(INSTALL_DIRS)
101+
@$(MAKE) -B $(INSTALL_DIRS)
102102
.PHONY: sky130-install
103103

104104
sky130-pdk: $(SKY130_PDKS_DIR)

0 commit comments

Comments
 (0)