Skip to content

Commit ddf8b2d

Browse files
committed
rsz: update readme
Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
1 parent 65d7ff7 commit ddf8b2d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/rsz/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ repair_timing
231231
[-skip_crit_vt_swap]
232232
[-repair_tns tns_end_percent]
233233
[-max_passes passes]
234+
[-max_iterations iterations]
234235
[-max_repairs_per_pass max_repairs_per_pass]
235236
[-max_utilization util]
236237
[-max_buffer_percent buffer_percent]
@@ -260,6 +261,7 @@ repair_timing
260261
| `-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. |
261262
| `-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. |
262263
| `-max_utilization` | Defines the percentage of core area used. |
264+
| `-max_iterations` | Defines the maximum number of iterations executed when repairing setup and hold violations. The default is `-1`, which disables the limit of iterations. |
263265
| `-max_buffer_percent` | Specify a maximum number of buffers to insert to repair hold violations as a percentage of the number of instances in the design. The default value is `20`, and the allowed values are integers `[0, 100]`. |
264266
| `-match_cell_footprint` | Obey the Liberty cell footprint when swapping gates. |
265267
| `-verbose` | Enable verbose logging of the repair progress. |

0 commit comments

Comments
 (0)