Merge pull request #182 from efabless/openlane-makefile

fix a typo in openlane makefile run tag variable and flag
This commit is contained in:
Marwan Abbas 2022-10-12 16:36:23 +02:00 committed by GitHub
commit 2393abee04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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))"