Skip to content

Commit 743497a

Browse files
authored
Merge pull request #1007 from Pinata-Consulting/flow-variables-halo-channel-tweak
flow variables: add a few words about halo and channel
2 parents 22717da + c4c2ced commit 743497a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/FlowVariables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ Note:
128128
| `RTLMP_FLOW` | Enable the Hierarchical RTLMP flow. By default it is disabled. |
129129
| `MACRO_PLACEMENT` | Specifies the path of a file on how to place certain macros manually using read_macro_placement. |
130130
| `MACRO_PLACEMENT_TCL` | Specifies the path of a TCL file on how to place certain macros manually. |
131-
| `MACRO_PLACE_HALO` | horizontal/vertical halo around macros (microns). |
132-
| `MACRO_PLACE_CHANNEL` | horizontal/vertical channel width between macros (microns). |
131+
| `MACRO_PLACE_HALO` | horizontal/vertical halo around macros (microns). Used by automatic macro placement. |
132+
| `MACRO_PLACE_CHANNEL` | horizontal/vertical channel width between macros (microns). Used by automatic macro placement when `RTLMP_FLOW` is disabled. Imagine channel=10 and halo=5. Then macros must be 10 apart but standard cells must be 5 away from a macro.|
133133
| `MACRO_BLOCKAGE_HALO` | Blockage width overridden from default calculation. |
134134
| `PDN_CFG` | 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. |
135135
| `MAKE_TRACKS` | Tcl file that defines add routing tracks to a floorplan. |

0 commit comments

Comments
 (0)