Skip to content

Commit a93e887

Browse files
committed
docs: PLACE_DENSITY color
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 932c578 commit a93e887

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

docs/user/FlowVariables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ configuration file.
128128
| <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.| | |
129129
| <a name="MIN_ROUTING_LAYER"></a>MIN_ROUTING_LAYER| The lowest metal layer name to be used in routing.| | |
130130
| <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.| | |
131-
| <a name="PLACE_DENSITY"></a>PLACE_DENSITY| The desired placement density of cells. It reflects how spread the cells would be on the core area. 1.0 = closely dense. 0.0 = widely spread.| | |
131+
| <a name="PLACE_DENSITY"></a>PLACE_DENSITY| The desired average placement density of cells: 1.0 = dense, 0.0 = widely spread. The intended effort is also communicated by this parameter. Use a low value for faster builds and higher value for better quality of results. If a too low value is used, the placer will not be able to place all cells and a recommended minimum placement density can be found in the logs. A too high value can lead to excessive runtimes, even timeouts and subtle failures in the flow after placement, such as in CTS or global routing when timing repair fails. The default is platform specific.| | |
132132
| <a name="PLACE_DENSITY_LB_ADDON"></a>PLACE_DENSITY_LB_ADDON| Check the lower boundary of the PLACE_DENSITY and add PLACE_DENSITY_LB_ADDON if it exists.| | |
133133
| <a name="PLACE_PINS_ARGS"></a>PLACE_PINS_ARGS| Arguments to place_pins| | |
134134
| <a name="PLACE_SITE"></a>PLACE_SITE| Placement site for core cells defined in the technology LEF file.| | |

flow/scripts/variables.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,15 @@ PLACE_PINS_ARGS:
380380
default: ""
381381
PLACE_DENSITY:
382382
description: >
383-
The desired placement density of cells. It reflects how spread the cells
384-
would be on the core area. 1.0 = closely dense. 0.0 = widely spread.
383+
The desired average placement density of cells: 1.0 = dense, 0.0 = widely spread.
384+
385+
The intended effort is also communicated by this parameter. Use a low value for faster builds and higher value for better quality of results.
386+
387+
If a too low value is used, the placer will not be able to place all cells and a recommended minimum placement density can be found in the logs.
388+
389+
A too high value can lead to excessive runtimes, even timeouts and subtle failures in the flow after placement, such as in CTS or global routing when timing repair fails.
390+
391+
The default is platform specific.
385392
stages:
386393
- floorplan
387394
- place

0 commit comments

Comments
 (0)