Skip to content

Commit

Permalink
Merge pull request #25 from efabless/ol_fix
Browse files Browse the repository at this point in the history
Change `make openlane` to `make pull-openlane` in the OpenLane Target
  • Loading branch information
jeffdi authored Feb 3, 2022
2 parents de72425 + 89629b3 commit e7ade82
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 e7ade82

Please sign in to comment.