From 9f5ca8d87953312190aea90d1f75be91793f1c23 Mon Sep 17 00:00:00 2001 From: manarabdelaty Date: Mon, 20 Sep 2021 21:03:18 +0200 Subject: [PATCH] Update openlane URL --- openlane/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlane/Makefile b/openlane/Makefile index fdd83f86d..93988410a 100644 --- a/openlane/Makefile +++ b/openlane/Makefile @@ -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