Skip to content

Commit 14190bf

Browse files
committed
flow: add missing SDC deps
1 parent b0b7f5b commit 14190bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flow/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,8 @@ $(RESULTS_DIR)/1_synth.sdc: $(RESULTS_DIR)/1_synth.odb
401401

402402
$(eval $(call do-step,2_1_floorplan,$(RESULTS_DIR)/1_synth.odb $(RESULTS_DIR)/1_synth.sdc $(TECH_LEF) $(SC_LEF) $(ADDITIONAL_LEFS) $(FOOTPRINT) $(SIG_MAP_FILE) $(FOOTPRINT_TCL) $(LIB_FILES) $(IO_CONSTRAINTS),floorplan))
403403

404+
$(RESULTS_DIR)/2_1_floorplan.sdc: $(RESULTS_DIR)/2_1_floorplan.odb
405+
404406
$(eval $(call do-copy,2_floorplan,2_1_floorplan.sdc,,.sdc))
405407

406408
# STEP 2: Macro Placement
@@ -540,6 +542,8 @@ grt: $(RESULTS_DIR)/5_1_grt.odb
540542
#-------------------------------------------------------------------------------
541543
$(eval $(call do-step,5_1_grt,$(RESULTS_DIR)/4_cts.odb $(FASTROUTE_TCL) $(PRE_GLOBAL_ROUTE_TCL),global_route))
542544

545+
$(RESULTS_DIR)/5_1_grt.sdc: $(RESULTS_DIR)/5_1_grt.odb
546+
543547
# STEP 2: Run detailed route
544548
#-------------------------------------------------------------------------------
545549
$(eval $(call do-step,5_2_route,$(RESULTS_DIR)/5_1_grt.odb,detail_route))

0 commit comments

Comments
 (0)