Skip to content

Commit 0bce776

Browse files
authored
Merge pull request #1293 from The-OpenROAD-Project-staging/5sdc
Add 5_route.sdc as 6_1_fill dependency
2 parents 0666591 + 1c2fe61 commit 0bce776

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
@@ -722,7 +722,7 @@ elapsed:
722722
# ==============================================================================
723723

724724
ifneq ($(USE_FILL),)
725-
$(eval $(call do-step,6_1_fill,$(RESULTS_DIR)/5_route.odb $(FILL_CONFIG),density_fill))
725+
$(eval $(call do-step,6_1_fill,$(RESULTS_DIR)/5_route.odb $(RESULTS_DIR)/5_route.sdc $(FILL_CONFIG),density_fill))
726726
else
727727
$(eval $(call do-copy,6_1_fill,5_route.odb))
728728
endif

0 commit comments

Comments
 (0)