From 6a4ab04d8696bfa5c380f4e6a738719af0b428ae Mon Sep 17 00:00:00 2001 From: kareem Date: Wed, 12 Oct 2022 06:35:17 -0700 Subject: [PATCH] fix a typo in openlane run tag variable and flag --- openlane/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlane/Makefile b/openlane/Makefile index b88ce57a..4ae0fa4a 100644 --- a/openlane/Makefile +++ b/openlane/Makefile @@ -27,7 +27,7 @@ openlane_cmd = \ -design $$(realpath ./$*) \ -save_path $$(realpath ..) \ -save \ - -OPENLANE_RUN_TAG $(OPENLAN_RUN_TAG) \ + -tag $(OPENLANE_RUN_TAG) \ -verbose 1 \ -overwrite" openlane_cmd_interactive = "flow.tcl -ignore_mismatches -it -file $$(realpath ./$*/$(IT_SCRIPT))"