Skip to content

Commit 59e651d

Browse files
committed
makefile: add do-2_4_floorplan_macro step
as a side-effect the log files and .json file share the stem with the .odb file. I think that is an improvement, it is more consistent. Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 9c29a78 commit 59e651d

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
@@ -494,8 +494,7 @@ endif
494494

495495
# STEP 4: Macro Placement
496496
#-------------------------------------------------------------------------------
497-
$(RESULTS_DIR)/2_4_floorplan_macro.odb: $(RESULTS_DIR)/2_3_floorplan_tdms.odb $(RESULTS_DIR)/1_synth.v $(RESULTS_DIR)/1_synth.sdc $(MACRO_PLACEMENT) $(MACRO_PLACEMENT_TCL)
498-
($(TIME_CMD) $(OPENROAD_CMD) $(SCRIPTS_DIR)/macro_place.tcl -metrics $(LOG_DIR)/2_4_mplace.json) 2>&1 | tee $(LOG_DIR)/2_4_mplace.log
497+
$(eval $(call do-step,2_4_floorplan_macro,$(RESULTS_DIR)/2_3_floorplan_tdms.odb $(RESULTS_DIR)/1_synth.v $(RESULTS_DIR)/1_synth.sdc $(MACRO_PLACEMENT) $(MACRO_PLACEMENT_TCL),macro_place))
499498

500499
# STEP 5: Tapcell and Welltie insertion
501500
#-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)