Skip to content

Commit

Permalink
Change make openlane to make pull-openlane in the OpenLane Target
Browse files Browse the repository at this point in the history
Merging the image from scratch doesn't work anymore due to a dependency break.

Also, add pdk-with-sram target.
  • Loading branch information
donn committed Feb 3, 2022
1 parent de72425 commit 89629b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion openlane/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 89629b3

Please sign in to comment.