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.
2 parents 7167ee7 + 9360e59 commit 51b4066Copy full SHA for 51b4066
test/orfs/gcd/BUILD
@@ -7,20 +7,11 @@ orfs_flow(
7
name = "gcd",
8
# buildifier: disable=unsorted-dict-items
9
arguments = {
10
- # Faster builds
11
- "GPL_TIMING_DRIVEN": "0",
12
- "SKIP_INCREMENTAL_REPAIR": "1",
13
- "SKIP_LAST_GASP": "1",
14
# Various
15
"CORE_AREA": "1.08 1.08 15.12 15.12",
16
"DIE_AREA": "0 0 16.2 16.2",
17
"PLACE_DENSITY": "0.35",
18
"OPENROAD_HIERARCHICAL": "1",
19
- # Start simple with eqy
20
- "SKIP_PIN_SWAP": "1",
21
- "SKIP_GATE_CLONING": "1",
22
- "SKIP_VT_SWAP": "1",
23
- "SKIP_CRIT_VT_SWAP": "1",
24
},
25
sources = {
26
"RULES_JSON": [":rules-base.json"],
0 commit comments