Skip to content

Commit b9a4031

Browse files
committed
test/orfs/gcd: default options
The goal of the gcd test is to quickly run through the flow. Even the future eqy tests work without messing with default options, so set everything to default to reduce cognitive load of what this test is testing. Tests run quickly too for gcd, so no reason to mess with options. Signed-off-by: Øyvind Harboe <[email protected]>
1 parent b139056 commit b9a4031

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/orfs/gcd/BUILD

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,11 @@ orfs_flow(
88
name = "gcd",
99
# buildifier: disable=unsorted-dict-items
1010
arguments = {
11-
# Faster builds
12-
"GPL_TIMING_DRIVEN": "0",
13-
"SKIP_INCREMENTAL_REPAIR": "1",
14-
"SKIP_LAST_GASP": "1",
1511
# Various
1612
"CORE_AREA": "1.08 1.08 15.12 15.12",
1713
"DIE_AREA": "0 0 16.2 16.2",
1814
"PLACE_DENSITY": "0.35",
1915
"OPENROAD_HIERARCHICAL": "1",
20-
# Start simple with eqy
21-
"SKIP_PIN_SWAP": "1",
22-
"SKIP_GATE_CLONING": "1",
23-
"SKIP_VT_SWAP": "1",
24-
"SKIP_CRIT_VT_SWAP": "1",
2516
},
2617
sources = {
2718
"RULES_JSON": [":rules-base.json"],

0 commit comments

Comments
 (0)