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.
2 parents 97872e3 + 79557a3 commit a2f7ea1Copy full SHA for a2f7ea1
flow/Makefile
@@ -466,7 +466,7 @@ do-synth-report:
466
($(TIME_CMD) $(OPENROAD_CMD) $(SCRIPTS_DIR)/synth_metrics.tcl) 2>&1 | tee -a $(LOG_DIR)/1_1_yosys.log
467
468
.PHONY: memory
469
-memory: $(RESULTS_DIR)/mem.json
+memory:
470
python3 $(SCRIPTS_DIR)/mem_dump.py $(RESULTS_DIR)/mem.json
471
472
# ==============================================================================
0 commit comments