Skip to content

Commit bcc1266

Browse files
committed
makefile: use do-place macro for finishing
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 67bebef commit bcc1266

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flow/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,8 +688,7 @@ elapsed:
688688
# ==============================================================================
689689

690690
ifneq ($(USE_FILL),)
691-
$(RESULTS_DIR)/6_1_fill.odb: $(RESULTS_DIR)/5_route.odb $(FILL_CONFIG)
692-
($(TIME_CMD) $(OPENROAD_CMD) $(SCRIPTS_DIR)/density_fill.tcl -metrics $(LOG_DIR)/6_1_fill.json) 2>&1 | tee $(LOG_DIR)/6_1_fill.log
691+
$(eval $(call do-step,6_1_fill,$(RESULTS_DIR)/5_route.odb $(FILL_CONFIG),density_fill))
693692
else
694693
$(RESULTS_DIR)/6_1_fill.odb: $(RESULTS_DIR)/5_route.odb
695694
cp $< $@

0 commit comments

Comments
 (0)