Skip to content

Commit f31e71f

Browse files
committed
variables: flesh out SKIP_REPORT_METRICS and SKIP_INCREMENTAL_REPAIR
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 51286a1 commit f31e71f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

flow/scripts/variables.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ RECOVER_POWER:
5252
default: 0
5353
SKIP_INCREMENTAL_REPAIR:
5454
default: 0
55+
description: >
56+
Skip incremental repair in global route.
57+
stages:
58+
- grt
5559
DETAILED_METRICS:
5660
description: >
5761
If set, then calls report_metrics prior to repair operations in the CTS
@@ -80,6 +84,13 @@ CORE_AREA:
8084
SKIP_REPORT_METRICS:
8185
description: >
8286
If set to 1, then metrics, report_metrics does nothing. Useful to speed up builds.
87+
stages:
88+
- synth
89+
- floorplan
90+
- cts
91+
- grt
92+
- route
93+
- final
8394
PROCESS:
8495
description: >
8596
Technology node or process in use.

0 commit comments

Comments
 (0)