We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51286a1 commit f31e71fCopy full SHA for f31e71f
flow/scripts/variables.yaml
@@ -52,6 +52,10 @@ RECOVER_POWER:
52
default: 0
53
SKIP_INCREMENTAL_REPAIR:
54
55
+ description: >
56
+ Skip incremental repair in global route.
57
+ stages:
58
+ - grt
59
DETAILED_METRICS:
60
description: >
61
If set, then calls report_metrics prior to repair operations in the CTS
@@ -80,6 +84,13 @@ CORE_AREA:
80
84
SKIP_REPORT_METRICS:
81
85
82
86
If set to 1, then metrics, report_metrics does nothing. Useful to speed up builds.
87
88
+ - synth
89
+ - floorplan
90
+ - cts
91
92
+ - route
93
+ - final
83
94
PROCESS:
95
96
Technology node or process in use.
0 commit comments