Skip to content

Commit e7decbc

Browse files
authored
Merge pull request #2089 from dnltz/WIP/dnltz/makefile-fix-use-fill
flow: Makefile: Explicitly check USE_FILL against '1'
2 parents 95362f6 + 5d61b9c commit e7decbc

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
@@ -865,7 +865,7 @@ elapsed-all:
865865

866866
# ==============================================================================
867867

868-
ifneq ($(USE_FILL),)
868+
ifeq ($(USE_FILL),1)
869869
$(eval $(call do-step,6_1_fill,$(RESULTS_DIR)/5_route.odb $(RESULTS_DIR)/5_route.sdc $(FILL_CONFIG),density_fill))
870870
else
871871
$(eval $(call do-copy,6_1_fill,5_route.odb))

0 commit comments

Comments
 (0)