File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ Note:
192
192
| ` DETAILED_ROUTE_ARGS ` | Add additional arguments for debugging purpose during detail route. |
193
193
| ` MACRO_EXTENSION ` | Sets the number of GCells added to the blockages boundaries from macros. |
194
194
| ` RECOVER_POWER ` | Specifies how many percent of paths with positive slacks can be slowed for power savings [ 0-100] . |
195
+ | ` DETAILED_ROUTE_END_ITERATION ` | Maximum number of iterations, default 64. |
195
196
196
197
197
198
### Extraction
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ append_env_var additional_args VIA_IN_PIN_MIN_LAYER -via_in_pin_bottom_layer 1
19
19
append_env_var additional_args VIA_IN_PIN_MAX_LAYER -via_in_pin_top_layer 1
20
20
append_env_var additional_args DISABLE_VIA_GEN -disable_via_gen 0
21
21
append_env_var additional_args REPAIR_PDN_VIA_LAYER -repair_pdn_vias 1
22
+ append_env_var additional_args DETAILED_ROUTE_END_ITERATION -droute_end_iter 1
22
23
23
24
append additional_args " -save_guide_updates -verbose 1"
24
25
You can’t perform that action at this time.
0 commit comments