Fix SRAM installation options (#788)

[skip ci]
This commit is contained in:
Mitch Bailey
2021-12-23 05:18:41 +09:00
committed by GitHub
parent 70923d7fbd
commit 13602d384e

View File

@@ -45,7 +45,9 @@ INSTALL_SRAM ?= disabled
OPEN_PDK_ARGS ?= ""
ifeq ($(INSTALL_SRAM), enabled)
OPEN_PDK_ARGS += --enable-sram-sky130
endif
else ifneq ($(INSTALL_SRAM), disabled)
OPEN_PDK_ARGS += --enable-sram-sky130=$(INSTALL_SRAM)
endif
ifeq ($(OPENLANE_IMAGE_NAME),)
OPENLANE_TAG ?= $(shell python3 ./dependencies/get_tag.py)