Skip to content

Commit 79557a3

Browse files
committed
makefile: fix memory target dependency
synth builds mem.json as a side-effect, there is no rule with mem.json as a target, so remove the dependency. Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 322f920 commit 79557a3

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
@@ -465,7 +465,7 @@ do-synth-report:
465465
($(TIME_CMD) $(OPENROAD_CMD) $(SCRIPTS_DIR)/synth_metrics.tcl) 2>&1 | tee -a $(LOG_DIR)/1_1_yosys.log
466466

467467
.PHONY: memory
468-
memory: $(RESULTS_DIR)/mem.json
468+
memory:
469469
python3 $(SCRIPTS_DIR)/mem_dump.py $(RESULTS_DIR)/mem.json
470470

471471
# ==============================================================================

0 commit comments

Comments
 (0)