Skip to content

Commit 6899220

Browse files
committed
Added finish__timing__hold__tns
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent 7182c1a commit 6899220

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

flow/util/genRuleFile.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,14 @@ def gen_rule_file(
137137
"round_value": False,
138138
"compare": ">=",
139139
},
140+
"finish__timing__hold__tns": {
141+
"mode": "padding",
142+
"padding": 30,
143+
"min_max": min,
144+
"min_max_direct": 0,
145+
"round_value": False,
146+
"compare": ">=",
147+
},
140148
"finish__design__instance__area": {
141149
"mode": "padding",
142150
"padding": 15,

0 commit comments

Comments
 (0)