commit | 5ceed5dcf16e4cf265cada1832153e77c95e61ed | [log] [tgz] |
---|---|---|
author | Jeff DiCorpo <42048757+jeffdi@users.noreply.github.com> | Tue Oct 25 22:04:16 2022 -0700 |
committer | GitHub <noreply@github.com> | Tue Oct 25 22:04:16 2022 -0700 |
tree | db3c2631a8edd850c80161369bd07aea34169af7 | |
parent | 585ad269b6fd27667ad831646acc956b35bcb14a [diff] |
Openlane Makefile add -ignore_mismatches
diff --git a/openlane/Makefile b/openlane/Makefile index 160c810..2c4dff4 100644 --- a/openlane/Makefile +++ b/openlane/Makefile
@@ -27,7 +27,8 @@ -save_path $$(realpath ..) \ -save \ -tag $(OPENLANE_RUN_TAG) \ - -overwrite" + -overwrite + -ignore_mismatches" openlane_cmd_interactive = "flow.tcl -it -file $$(realpath ./$*/interactive.tcl)" docker_mounts = \