fix a typo in openlane run tag variable and flag

This commit is contained in:
kareem 2022-10-12 06:35:17 -07:00
parent ecfc18151a
commit 6a4ab04d86
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ openlane_cmd = \
-design $$(realpath ./$*) \ -design $$(realpath ./$*) \
-save_path $$(realpath ..) \ -save_path $$(realpath ..) \
-save \ -save \
-OPENLANE_RUN_TAG $(OPENLAN_RUN_TAG) \ -tag $(OPENLANE_RUN_TAG) \
-verbose 1 \ -verbose 1 \
-overwrite" -overwrite"
openlane_cmd_interactive = "flow.tcl -ignore_mismatches -it -file $$(realpath ./$*/$(IT_SCRIPT))" openlane_cmd_interactive = "flow.tcl -ignore_mismatches -it -file $$(realpath ./$*/$(IT_SCRIPT))"