Skip to content

Commit 6aa3bae

Browse files
committed
Updated GCD AutoTuner configs to change invariant minmaxs
Signed-off-by: Jeff Ng <[email protected]>
1 parent 8080958 commit 6aa3bae

File tree

4 files changed

+7
-15
lines changed

4 files changed

+7
-15
lines changed

flow/designs/asap7/gcd/autotuner.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@
88
],
99
"step": 0
1010
},
11-
"CORE_MARGIN": {
12-
"type": "int",
13-
"minmax": [
14-
2,
15-
2
16-
],
17-
"step": 0
18-
},
1911
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
2012
"type": "int",
2113
"minmax": [

flow/designs/ihp-sg13g2/gcd/autotuner.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"type": "int",
6161
"minmax": [
6262
1,
63-
1
63+
3
6464
],
6565
"step": 1
6666
},

flow/designs/nangate45/gcd/autotuner.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"CORE_MARGIN": {
1212
"type": "int",
1313
"minmax": [
14-
2,
15-
2
14+
1,
15+
3
1616
],
17-
"step": 0
17+
"step": 1
1818
},
1919
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
2020
"type": "int",

flow/designs/sky130hd/gcd/autotuner.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"CORE_MARGIN": {
2828
"type": "int",
2929
"minmax": [
30-
2,
31-
2
30+
1,
31+
3
3232
],
33-
"step": 0
33+
"step": 1
3434
},
3535
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
3636
"type": "int",

0 commit comments

Comments
 (0)