Change `make openlane` to `make pull-openlane` in the OpenLane Target

Merging the image from scratch doesn't work anymore due to a dependency break.

Also, add pdk-with-sram target.
This commit is contained in:
Donn 2022-02-03 18:10:53 +00:00
parent de724258bb
commit 89629b357f
2 changed files with 3 additions and 1 deletions

View File

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

View File

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