Skip to content

Commit 00b7d74

Browse files
committed
Removed invariant minmax values from AT configs for gcd
Signed-off-by: Jeff Ng <[email protected]>
1 parent 560af1d commit 00b7d74

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
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: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@
5656
],
5757
"step": 0
5858
},
59-
"_PINS_DISTANCE": {
60-
"type": "int",
61-
"minmax": [
62-
1,
63-
1
64-
],
65-
"step": 1
66-
},
6759
"CTS_CLUSTER_SIZE": {
6860
"type": "int",
6961
"minmax": [

flow/designs/nangate45/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": [

0 commit comments

Comments
 (0)