Merge pull request #25 from efabless/ol_fix

Change `make openlane` to `make pull-openlane` in the OpenLane Target
This commit is contained in:
Jeff DiCorpo 2022-02-03 10:15:19 -08:00 committed by GitHub
commit e7ade8203d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: