Skip to content

Commit c4c4db8

Browse files
committed
Minor comment change.
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent 4fa1183 commit c4c4db8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flow/util/genRuleFile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ def gen_rule_file(
4040
# because WNS is more important.
4141
# - Apply the consistent margins on timing__setup__* and timing__hold__*
4242
# - 'min_max_period' is used for timing__setup__* and timing__hold__*
43-
# to give small margin to avoid failures by small violations.
43+
# to give small margin based on clock period to avoid failures by
44+
# small violations.
4445

4546
# dict format
4647
# 'metric_name': {

0 commit comments

Comments
 (0)