Skip to content

Commit f6adb30

Browse files
committed
variables: fix MAX_UNGROUP_SIZE
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 6b155bd commit f6adb30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/user/FlowVariables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ configuration file.
122122
| <a name="MAKE_TRACKS"></a>MAKE_TRACKS| Tcl file that defines add routing tracks to a floorplan.| | |
123123
| <a name="MATCH_CELL_FOOTPRINT"></a>MATCH_CELL_FOOTPRINT| Enforce sizing operations to only swap cells that have the same layout boundary.| 0| |
124124
| <a name="MAX_ROUTING_LAYER"></a>MAX_ROUTING_LAYER| The highest metal layer name to be used in routing.| | |
125-
| <a name="MAX_UNGROUP_SIZE"></a>MAX_UNGROUP_SIZE| For hierarchical synthesis, we ungroup modules of size given by this variable.| 0| |
125+
| <a name="MAX_UNGROUP_SIZE"></a>MAX_UNGROUP_SIZE| For hierarchical synthesis, we ungroup modules of larger area than given by this variable. The default value is > 0 platform specific.| | |
126126
| <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.| | |
127127
| <a name="MIN_ROUTING_LAYER"></a>MIN_ROUTING_LAYER| The lowest metal layer name to be used in routing.| | |
128128
| <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.| | |

flow/scripts/variables.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ ABC_LOAD_IN_FF:
189189
- synth
190190
MAX_UNGROUP_SIZE:
191191
description: >
192-
For hierarchical synthesis, we ungroup modules of size given by this variable.
192+
For hierarchical synthesis, we ungroup modules of larger area than given by this
193+
variable. The default value is > 0 platform specific.
193194
stages:
194195
- synth
195-
default: 0
196196
FLOORPLAN_DEF:
197197
description: >
198198
Use the DEF file to initialize floorplan.

0 commit comments

Comments
 (0)