From 073917ab9982941c73258198e733afa029e67b83 Mon Sep 17 00:00:00 2001 From: kareefardi Date: Tue, 22 Aug 2023 20:21:38 +0300 Subject: [PATCH] fix vevn name --- openlane/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlane/Makefile b/openlane/Makefile index 8c7b364b4..88f900002 100644 --- a/openlane/Makefile +++ b/openlane/Makefile @@ -75,7 +75,7 @@ $(designs) : % : $(PROJECT_ROOT)/openlane/%/config.json ifeq ($(OPENLANE2_USE_NIX),1) nix-shell --pure --command "openlane $(openlane_args) $(openlane_extra_args)" else - $(PROJECT_ROOT)/openlane-venv/bin/python3 -m openlane $(docker_mounts) --dockerized $(openlane_args) $(openlane_extra_args) + $(PROJECT_ROOT)/openlane2-venv/bin/python3 -m openlane $(docker_mounts) --dockerized $(openlane_args) $(openlane_extra_args) endif @rm -rf $(PROJECT_ROOT)/openlane/$*/runs/$* @ln -s $$(realpath $(PROJECT_ROOT)/openlane/$*/runs/$(OPENLANE2_RUN_TAG)) $(PROJECT_ROOT)/openlane/$*/runs/$*