We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a034c3 commit 50730aeCopy full SHA for 50730ae
flow/Makefile
@@ -728,6 +728,10 @@ skip_route: $(RESULTS_DIR)/4_cts.odb $(RESULTS_DIR)/4_cts.sdc
728
# make skip_resize skip_cts skip_route generate_abstract
729
.PHONY: generate_abstract
730
generate_abstract: $(RESULTS_DIR)/6_final.gds $(RESULTS_DIR)/6_final.def $(RESULTS_DIR)/6_final.v $(RESULTS_DIR)/6_final.sdc
731
+ $(UNSET_AND_MAKE) do-generate_abstract
732
+
733
+.PHONY: do-generate_abstract
734
+do-generate_abstract:
735
($(TIME_CMD) $(OPENROAD_CMD) $(SCRIPTS_DIR)/generate_abstract.tcl -metrics $(LOG_DIR)/generate_abstract.json) 2>&1 | tee $(LOG_DIR)/generate_abstract.log
736
737
# Merge wrapped macros using Klayout
0 commit comments