Skip to content

Commit fd684a8

Browse files
committed
chore: update FlowVariables
Signed-off-by: Jack Luar <[email protected]>
1 parent f500509 commit fd684a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/user/FlowVariables.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,13 @@ configuration file.
168168
| <a name="MACRO_WRAPPERS"></a>MACRO_WRAPPERS| The wrapper file that replaces existing macros with their wrapped version.| |
169169
| <a name="MAKE_TRACKS"></a>MAKE_TRACKS| Tcl file that defines add routing tracks to a floorplan.| |
170170
| <a name="MATCH_CELL_FOOTPRINT"></a>MATCH_CELL_FOOTPRINT| Enforce sizing operations to only swap cells that have the same layout boundary.| 0|
171+
| <a name="MAX_PLACE_STEP_COEF"></a>MAX_PLACE_STEP_COEF| Sets the maximum phi coefficient (pcof_max / µ_k Upper Bound) for global placement optimization. This parameter controls the step size upper bound in the RePlAce Nesterov optimization algorithm. Higher values allow more aggressive optimization but may risk divergence. Valid range: 1.00-1.20| 1.05|
171172
| <a name="MAX_REPAIR_ANTENNAS_ITER_DRT"></a>MAX_REPAIR_ANTENNAS_ITER_DRT| Defines the maximum number of iterations post-detailed routing repair antennas will run.| 5|
172173
| <a name="MAX_REPAIR_ANTENNAS_ITER_GRT"></a>MAX_REPAIR_ANTENNAS_ITER_GRT| Defines the maximum number of iterations post global routing repair antennas will run.| 5|
173174
| <a name="MAX_REPAIR_TIMING_ITER"></a>MAX_REPAIR_TIMING_ITER| Maximum number of iterations for repair setup and repair hold.| |
174175
| <a name="MAX_ROUTING_LAYER"></a>MAX_ROUTING_LAYER| The highest metal layer name to be used in routing.| |
175176
| <a name="MIN_BUF_CELL_AND_PORTS"></a>MIN_BUF_CELL_AND_PORTS| Used to insert a buffer cell to pass through wires. Used in synthesis.| |
177+
| <a name="MIN_PLACE_STEP_COEF"></a>MIN_PLACE_STEP_COEF| Sets the minimum phi coefficient (pcof_min / µ_k Lower Bound) for global placement optimization. This parameter controls the step size lower bound in the RePlAce Nesterov optimization algorithm. Lower values may improve convergence but can increase runtime. Valid range: 0.95-1.05| 0.95|
176178
| <a name="MIN_ROUTING_LAYER"></a>MIN_ROUTING_LAYER| The lowest metal layer name to be used in routing.| |
177179
| <a name="OPENROAD_HIERARCHICAL"></a>OPENROAD_HIERARCHICAL| Feature toggle to enable to run OpenROAD in hierarchical mode, otherwise considered flat. Will eventually be the default and this option will be retired.| 0|
178180
| <a name="PDN_TCL"></a>PDN_TCL| File path which has a set of power grid policies used by pdn to be applied to the design, such as layers to use, stripe width and spacing to generate the actual metal straps.| |
@@ -382,8 +384,10 @@ configuration file.
382384
- [IO_PLACER_H](#IO_PLACER_H)
383385
- [IO_PLACER_V](#IO_PLACER_V)
384386
- [MATCH_CELL_FOOTPRINT](#MATCH_CELL_FOOTPRINT)
387+
- [MAX_PLACE_STEP_COEF](#MAX_PLACE_STEP_COEF)
385388
- [MAX_REPAIR_TIMING_ITER](#MAX_REPAIR_TIMING_ITER)
386389
- [MAX_ROUTING_LAYER](#MAX_ROUTING_LAYER)
390+
- [MIN_PLACE_STEP_COEF](#MIN_PLACE_STEP_COEF)
387391
- [MIN_ROUTING_LAYER](#MIN_ROUTING_LAYER)
388392
- [PLACE_DENSITY](#PLACE_DENSITY)
389393
- [PLACE_DENSITY_LB_ADDON](#PLACE_DENSITY_LB_ADDON)

0 commit comments

Comments
 (0)