Skip to content

Commit 0a22fc9

Browse files
committed
update variables.yaml with the new vars related to repair_antennas
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 30fa4a3 commit 0a22fc9

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

docs/user/FlowVariables.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ configuration file.
163163
| <a name="MACRO_WRAPPERS"></a>MACRO_WRAPPERS| The wrapper file that replaces existing macros with their wrapped version.| |
164164
| <a name="MAKE_TRACKS"></a>MAKE_TRACKS| Tcl file that defines add routing tracks to a floorplan.| |
165165
| <a name="MATCH_CELL_FOOTPRINT"></a>MATCH_CELL_FOOTPRINT| Enforce sizing operations to only swap cells that have the same layout boundary.| 0|
166+
| <a name="MAX_REPAIR_ANTENNAS_ITER_DRT"></a>MAX_REPAIR_ANTENNAS_ITER_DRT| Defines the maximum number of iterations post-detailed routing repair antennas will run.| 5|
167+
| <a name="MAX_REPAIR_ANTENNAS_ITER_GRT"></a>MAX_REPAIR_ANTENNAS_ITER_GRT| Defines the maximum number of iterations post global routing repair antennas will run.| 5|
166168
| <a name="MAX_ROUTING_LAYER"></a>MAX_ROUTING_LAYER| The highest metal layer name to be used in routing.| |
167-
| <a name="MAX_REPAIR_ANTENNAS_ITER_DRT"></a>MAX_REPAIR_ANTENNAS_ITER_DRT| The maximum number of iterations post-detailed routing repair antennas will run.| |
168-
| <a name="MAX_REPAIR_ANTENNAS_ITER_GRT"></a>MAX_REPAIR_ANTENNAS_ITER_GRT| The maximum number of iterations post-global routing repair antennas will run.| |
169169
| <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.| |
170170
| <a name="MIN_ROUTING_LAYER"></a>MIN_ROUTING_LAYER| The lowest metal layer name to be used in routing.| |
171171
| <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.| |
@@ -392,6 +392,7 @@ configuration file.
392392
- [DETAILED_METRICS](#DETAILED_METRICS)
393393
- [GLOBAL_ROUTE_ARGS](#GLOBAL_ROUTE_ARGS)
394394
- [HOLD_SLACK_MARGIN](#HOLD_SLACK_MARGIN)
395+
- [MAX_REPAIR_ANTENNAS_ITER_GRT](#MAX_REPAIR_ANTENNAS_ITER_GRT)
395396
- [MAX_ROUTING_LAYER](#MAX_ROUTING_LAYER)
396397
- [MIN_ROUTING_LAYER](#MIN_ROUTING_LAYER)
397398
- [PRE_GLOBAL_ROUTE_TCL](#PRE_GLOBAL_ROUTE_TCL)
@@ -412,6 +413,7 @@ configuration file.
412413
- [DETAILED_ROUTE_END_ITERATION](#DETAILED_ROUTE_END_ITERATION)
413414
- [FILL_CELLS](#FILL_CELLS)
414415
- [MATCH_CELL_FOOTPRINT](#MATCH_CELL_FOOTPRINT)
416+
- [MAX_REPAIR_ANTENNAS_ITER_DRT](#MAX_REPAIR_ANTENNAS_ITER_DRT)
415417
- [MAX_ROUTING_LAYER](#MAX_ROUTING_LAYER)
416418
- [MIN_ROUTING_LAYER](#MIN_ROUTING_LAYER)
417419
- [REPORT_CLOCK_SKEW](#REPORT_CLOCK_SKEW)

flow/scripts/variables.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,3 +1013,17 @@ SKIP_DETAILED_ROUTE:
10131013
stages:
10141014
- route
10151015
- final
1016+
MAX_REPAIR_ANTENNAS_ITER_DRT:
1017+
default: 5
1018+
description: >
1019+
Defines the maximum number of iterations post-detailed routing repair
1020+
antennas will run.
1021+
stages:
1022+
- route
1023+
MAX_REPAIR_ANTENNAS_ITER_GRT:
1024+
default: 5
1025+
description: >
1026+
Defines the maximum number of iterations post global routing repair
1027+
antennas will run.
1028+
stages:
1029+
- grt

0 commit comments

Comments
 (0)