You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/rsz/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -231,6 +231,7 @@ repair_timing
231
231
[-skip_buffer_removal]
232
232
[-skip_last_gasp]
233
233
[-skip_vt_swap]
234
+
[-skip_crit_vt_swap]
234
235
[-repair_tns tns_end_percent]
235
236
[-max_passes passes]
236
237
[-max_repairs_per_pass max_repairs_per_pass]
@@ -258,6 +259,7 @@ repair_timing
258
259
|`-skip_buffer_removal`| Flag to skip buffer removal. The default is to perform buffer removal transform during setup fixing. |
259
260
|`-skip_last_gasp`| Flag to skip final ("last gasp") optimizations. The default is to perform greedy sizing at the end of optimization. |
260
261
|`-skip_vt_swap`| Flag to skip threshold voltage (VT) swap optimizations. The default is to perform VT swap optimization to improve timing QoR. |
262
+
|`-skip_crit_vt_swap`| Flag to skip critical threshold voltage (VT) swap optimizations at the end of optimization. The default is to perform critical VT swap optimization to improve timing QoR beyond repairing just the worst path per each violating endpoint. |
261
263
|`-repair_tns`| Percentage of violating endpoints to repair (0-100). When `tns_end_percent` is zero, only the worst endpoint is repaired. When `tns_end_percent` is 100 (default), all violating endpoints are repaired. |
262
264
|`-max_repairs_per_pass`| Maximum repairs per pass, default is 1. On the worst paths, the maximum number of repairs is attempted. It gradually decreases until the final violations which only get 1 repair per pass. |
263
265
|`-max_utilization`| Defines the percentage of core area used. |
0 commit comments