|
72 | 72 | | `PDN_TCL` | ?= | ?= | ?= | ?= | ?= | |
73 | 73 | | `IO_PLACER_H` | = | = | = | = | ?= | |
74 | 74 | | `IO_PLACER_V` | = | = | = | = | ?= | |
| 75 | +| `FILL_CELLS` | = | = | = | = | = | |
75 | 76 | | Placement | | | | | | |
76 | 77 | | `CELL_PAD_IN_SITES_GLOBAL_PLACEMENT` | ?= | ?= | ?= | ?= | ?= | |
77 | 78 | | `CELL_PAD_IN_SITES_DETAIL_PLACEMENT` | ?= | ?= | ?= | ?= | ?= | |
|
85 | 86 | | `EQUIVALENCE_CHECK` | ?= | ?= | ?= | ?= | ?= | |
86 | 87 | | `REMOVE_CELLS_FOR_EQY` | ?= | ?= | ?= | ?= | ?= | |
87 | 88 | | Routing | | | | | | |
88 | | -| `FILL_CELLS` | = | = | = | = | = | |
89 | 89 | | `KLAYOUT_TECH_FILE` | = | = | = | = | = | |
90 | 90 | | `MAX_ROUTING_LAYER` | = | = | = | = | ?= | |
91 | 91 | | `MIN_ROUTING_LAYER` | = | = | = | = | ?= | |
@@ -147,6 +147,8 @@ Note: |
147 | 147 | | `GUI_NO_TIMING` | Skip loading timing for a faster GUI load. | |
148 | 148 | | `GUI_SOURCE` | Source the script. | |
149 | 149 | | `GUI_ARGS` | OpenROAD command line options for gui_ and open_ targets, typically set tup `-exit` in combination with GUI_SOURCE to run a script and exit. | |
| 150 | +| `FILL_CELLS` | Fill cells are used to fill empty sites. If not set or empty, fill cell insertion is skipped. | |
| 151 | +| `TAP_CELL_NAME` | Name of the cell to use in tap cell insertion. | |
150 | 152 |
|
151 | 153 |
|
152 | 154 | ### Placement |
@@ -189,7 +191,6 @@ Note: |
189 | 191 |
|
190 | 192 | | Variable | Description | |
191 | 193 | |-----------------------|---------------------------------------------------------------------------------------------------| |
192 | | -| `FILL_CELLS` | Fill cells are used to fill empty sites. | |
193 | 194 | | `MIN_ROUTING_LAYER` | The lowest metal layer name to be used in routing. | |
194 | 195 | | `MAX_ROUTING_LAYER` | The highest metal layer name to be used in routing. | |
195 | 196 | | `DETAILED_ROUTE_ARGS` | Add additional arguments for debugging purpose during detail route. | |
|
0 commit comments