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:
192192| ` DETAILED_ROUTE_ARGS ` | Add additional arguments for debugging purpose during detail route. |
193193| ` MACRO_EXTENSION ` | Sets the number of GCells added to the blockages boundaries from macros. |
194194| ` 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. |
195196
196197
197198### 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
1919append_env_var additional_args VIA_IN_PIN_MAX_LAYER -via_in_pin_top_layer 1
2020append_env_var additional_args DISABLE_VIA_GEN -disable_via_gen 0
2121append_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
2223
2324append additional_args " -save_guide_updates -verbose 1"
2425
You can’t perform that action at this time.
0 commit comments