Skip to content

Commit

Permalink
Merge pull request #78 from efabless/develop
Browse files Browse the repository at this point in the history
Set correct URL for openlane repo
  • Loading branch information
jeffdi committed Sep 20, 2021
2 parents a3a95ca + 9f5ca8d commit f80b2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlane/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ifeq ($(OPENLANE_ROOT),)
@echo "Please export OPENLANE_ROOT"
@exit 1
endif
git clone https://github.com/efabless/openlane.git --branch=$(OPENLANE_TAG) --depth=1 $(OPENLANE_ROOT) && \
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
Expand Down

0 comments on commit f80b2fe

Please sign in to comment.