mirror of
https://github.com/The-OpenROAD-Project/OpenLane.git
synced 2026-05-29 00:23:55 +08:00
4
Makefile
4
Makefile
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user