Skip to content

Commit 2e6966e

Browse files
authored
Merge pull request #1540 from The-OpenROAD-Project-staging/metrics-tighten
restore --tighten to update_rules
2 parents 9552f3b + 6cc7fae commit 2e6966e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/util/utils.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ update_metadata:
2828

2929
.PHONY: update_rules
3030
update_rules:
31-
$(UTILS_DIR)/genRuleFile.py $(DESIGN_DIR) --variant $(FLOW_VARIANT) --failing
31+
$(UTILS_DIR)/genRuleFile.py $(DESIGN_DIR) --variant $(FLOW_VARIANT) --failing --tighten
3232

3333
.PHONY: update_rules_force
3434
update_rules_force:

0 commit comments

Comments
 (0)