Skip to content

Commit a2f7ea1

Browse files
authored
Merge pull request #2033 from Pinata-Consulting/makefile-nit-picking
makefile: fix memory target dependency
2 parents 97872e3 + 79557a3 commit a2f7ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ do-synth-report:
466466
($(TIME_CMD) $(OPENROAD_CMD) $(SCRIPTS_DIR)/synth_metrics.tcl) 2>&1 | tee -a $(LOG_DIR)/1_1_yosys.log
467467

468468
.PHONY: memory
469-
memory: $(RESULTS_DIR)/mem.json
469+
memory:
470470
python3 $(SCRIPTS_DIR)/mem_dump.py $(RESULTS_DIR)/mem.json
471471

472472
# ==============================================================================

0 commit comments

Comments
 (0)