commit | 71e3e0851d2c99b6c139076d69da436ba47826c5 | [log] [tgz] |
---|---|---|
author | jeffdi <jeffdi@efabless.com> | Wed Oct 12 10:39:59 2022 -0700 |
committer | jeffdi <jeffdi@efabless.com> | Wed Oct 12 10:39:59 2022 -0700 |
tree | ad151c0080c76b73c18911b25f610e7c69cdccb7 | |
parent | f7a3d57f9f45b0e768cc797b2fcf7a388d05c7ee [diff] |
update Makefile
diff --git a/openlane/Makefile b/openlane/Makefile index a88a320..9804927 100644 --- a/openlane/Makefile +++ b/openlane/Makefile
@@ -60,7 +60,7 @@ .PHONY: $(designs) $(designs) : export current_design=$@ -$(designs) : % : ./%/config.tcl +$(designs) : % : ./%/config.json ifneq (,$(wildcard ./$(current_design)/interactive.tcl)) $(docker_run) \ $(OPENLANE_IMAGE_NAME) sh -c $(openlane_cmd_interactive)