We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa1183 commit c4c4db8Copy full SHA for c4c4db8
flow/util/genRuleFile.py
@@ -40,7 +40,8 @@ def gen_rule_file(
40
# because WNS is more important.
41
# - Apply the consistent margins on timing__setup__* and timing__hold__*
42
# - 'min_max_period' is used for timing__setup__* and timing__hold__*
43
- # to give small margin to avoid failures by small violations.
+ # to give small margin based on clock period to avoid failures by
44
+ # small violations.
45
46
# dict format
47
# 'metric_name': {
0 commit comments