Skip to content

Commit 2662904

Browse files
committed
make description less ambiguous and fix typo
Signed-off-by: Arthur Koucher <[email protected]>
1 parent b56c9ef commit 2662904

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/user/FlowVariables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ configuration file.
111111
| <a name="KLAYOUT_TECH_FILE"></a>KLAYOUT_TECH_FILE| A mapping from LEF/DEF to GDS using the KLayout tool.| | |
112112
| <a name="LATCH_MAP_FILE"></a>LATCH_MAP_FILE| List of latches treated as a black box by Yosys.| | |
113113
| <a name="LIB_FILES"></a>LIB_FILES| A Liberty file of the standard cell library with PVT characterization, input and output characteristics, timing and power definitions for each cell.| | |
114-
| <a name="MACRO_BLOCKAGE_HALO"></a>MACRO_BLOCKAGE_HALO| Distance beyond the edges of a macro that will be covered by a blockage. Note that the default macro blockage halo comes from the largest of the specified MACRO_PLACE_HALO x or y values. This variable overrides that calculation.| | |
114+
| <a name="MACRO_BLOCKAGE_HALO"></a>MACRO_BLOCKAGE_HALO| Distance beyond the edges of a macro that will also be covered by the blockage generated for that macro. Note that the default macro blockage halo comes from the largest of the specified MACRO_PLACE_HALO x or y values. This variable overrides that calculation.| | |
115115
| <a name="MACRO_EXTENSION"></a>MACRO_EXTENSION| Sets the number of GCells added to the blockages boundaries from macros.| | |
116116
| <a name="MACRO_PLACEMENT"></a>MACRO_PLACEMENT| Specifies the path of a file on how to place certain macros manually using read_macro_placement.| | |
117117
| <a name="MACRO_PLACEMENT_TCL"></a>MACRO_PLACEMENT_TCL| Specifies the path of a TCL file on how to place certain macros manually.| | |
118118
| <a name="MACRO_PLACE_HALO"></a>MACRO_PLACE_HALO| Horizontal/vertical halo around macros (microns). Used by automatic macro placement.| | |
119-
| <a name="MACRO_ROWS_HALO_X"></a>MACRO_ROWS_HALO_X| Horizontal distance between the edge of the macro and the begining of the rows created by tapcell. Only available for ASAP7 PDK and GF180/uart-blocks design.| | |
120-
| <a name="MACRO_ROWS_HALO_Y"></a>MACRO_ROWS_HALO_Y| Vertical distance between the edge of the macro and the begining of the rows created by tapcell. Only available for ASAP7 PDK and GF180/uart-blocks design.| | |
119+
| <a name="MACRO_ROWS_HALO_X"></a>MACRO_ROWS_HALO_X| Horizontal distance between the edge of the macro and the beginning of the rows created by tapcell. Only available for ASAP7 PDK and GF180/uart-blocks design.| | |
120+
| <a name="MACRO_ROWS_HALO_Y"></a>MACRO_ROWS_HALO_Y| Vertical distance between the edge of the macro and the beginning of the rows created by tapcell. Only available for ASAP7 PDK and GF180/uart-blocks design.| | |
121121
| <a name="MACRO_WRAPPERS"></a>MACRO_WRAPPERS| The wrapper file that replaces existing macros with their wrapped version.| | |
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| |

flow/scripts/variables.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,8 @@ MACRO_PLACE_HALO:
271271
- floorplan
272272
MACRO_BLOCKAGE_HALO:
273273
description: >
274-
Distance beyond the edges of a macro that will be covered by a blockage.
274+
Distance beyond the edges of a macro that will also be covered by the
275+
blockage generated for that macro.
275276
276277
Note that the default macro blockage halo comes from the largest of the
277278
specified MACRO_PLACE_HALO x or y values. This variable overrides that
@@ -676,14 +677,14 @@ RESYNTH_TIMING_RECOVER:
676677
default: 0
677678
MACRO_ROWS_HALO_X:
678679
description: >
679-
Horizontal distance between the edge of the macro and the begining of the
680+
Horizontal distance between the edge of the macro and the beginning of the
680681
rows created by tapcell. Only available for ASAP7 PDK and GF180/uart-blocks
681682
design.
682683
stages:
683684
- floorplan
684685
MACRO_ROWS_HALO_Y:
685686
description: >
686-
Vertical distance between the edge of the macro and the begining of the
687+
Vertical distance between the edge of the macro and the beginning of the
687688
rows created by tapcell. Only available for ASAP7 PDK and GF180/uart-blocks
688689
design.
689690
stages:

0 commit comments

Comments
 (0)