Skip to content

Commit

Permalink
fix vevn name
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Aug 22, 2023
1 parent 885ab13 commit 073917a
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 @@ -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/$*
Expand Down

0 comments on commit 073917a

Please sign in to comment.