diff --git a/Makefile b/Makefile index 9133fe62..806cfd10 100644 --- a/Makefile +++ b/Makefile @@ -1208,6 +1208,8 @@ else endif ########################################################################### +pdk-with-sram: INSTALL_SRAM=yes +pdk-with-sram: pdk .PHONY: pdk pdk: skywater-pdk skywater-library skywater-timing open_pdks build-pdk gen-sources diff --git a/openlane/Makefile b/openlane/Makefile index d48367d1..9df362f3 100644 --- a/openlane/Makefile +++ b/openlane/Makefile @@ -76,7 +76,7 @@ endif git clone https://github.com/The-OpenROAD-Project/OpenLane --branch=$(OPENLANE_TAG) --depth=1 $(OPENLANE_ROOT) && \ cd $(OPENLANE_ROOT) && \ export IMAGE_NAME=efabless/openlane:$(OPENLANE_TAG) && \ - make openlane + $(MAKE) pull-openlane FORCE: