mirror of https://github.com/efabless/caravel.git
fix a typo in openlane run tag variable and flag
This commit is contained in:
parent
ecfc18151a
commit
6a4ab04d86
|
@ -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))"
|
||||
|
|
Loading…
Reference in New Issue