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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,7 @@ repair_timing
226
226
[-skip_buffering]
227
227
[-skip_buffer_removal]
228
228
[-skip_last_gasp]
229
+
[-skip_vt_swap]
229
230
[-repair_tns tns_end_percent]
230
231
[-max_passes passes]
231
232
[-max_repairs_per_pass max_repairs_per_pass]
@@ -252,6 +253,7 @@ repair_timing
252
253
|`-skip_buffering`| Flag to skip rebuffering and load splitting. The default is to perform rebuffering and load splitting transforms during setup fixing. |
253
254
|`-skip_buffer_removal`| Flag to skip buffer removal. The default is to perform buffer removal transform during setup fixing. |
254
255
|`-skip_last_gasp`| Flag to skip final ("last gasp") optimizations. The default is to perform greedy sizing at the end of optimization. |
256
+
|`-skip_vt_swap`| Flag to skip threshold voltage (VT) swap optimizations. The default is to perform VT swap optimization to improve timing QoR. |
255
257
|`-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. |
256
258
|`-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. |
257
259
|`-max_utilization`| Defines the percentage of core area used. |
@@ -449,6 +451,7 @@ The `report_equiv_cells` command finds all functionally equivalent library cells
449
451
report_equiv_cells
450
452
[-match_cell_footprint]
451
453
[-all]
454
+
[-vt]
452
455
lib_cell
453
456
```
454
457
@@ -458,6 +461,7 @@ report_equiv_cells
458
461
| ----- | ----- |
459
462
|`-match_cell_footprint`| Limit equivalent cell list to include only cells that match library cell_footprint attribute. |
460
463
|`-all`| List all equivalent cells, ignoring sizing restrictions and cell_footprint. Cells excluded due to these restrictions are marked with an asterisk. |
464
+
|`-vt`| List all threshold voltage (VT) equivalent cells such as HVT, RVT, LVT, SLVT. |
0 commit comments