Skip to content

Commit 3cab9e8

Browse files
authored
Merge pull request #2747 from jeffng-or/at-remove-fr_gr_overflow
Removed _FR_GR_OVERFLOW from autotuner.json files, since no-op
2 parents d08e1e2 + 8b75ebb commit 3cab9e8

File tree

11 files changed

+11
-99
lines changed

11 files changed

+11
-99
lines changed

flow/designs/gf180/ibex/autotuner.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,5 @@
8888
],
8989
"step": 1
9090
},
91-
"_FR_FILE_PATH": "../../../platforms/gf180/fastroute.tcl",
92-
"_FR_GR_OVERFLOW": {
93-
"type": "int",
94-
"minmax": [
95-
1,
96-
1
97-
],
98-
"step": 0
99-
}
91+
"_FR_FILE_PATH": "../../../platforms/gf180/fastroute.tcl"
10092
}

flow/designs/gf180/jpeg/autotuner.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,5 @@
8888
],
8989
"step": 1
9090
},
91-
"_FR_FILE_PATH": "../../../platforms/gf180/fastroute.tcl",
92-
"_FR_GR_OVERFLOW": {
93-
"type": "int",
94-
"minmax": [
95-
1,
96-
1
97-
],
98-
"step": 0
99-
}
91+
"_FR_FILE_PATH": "../../../platforms/gf180/fastroute.tcl"
10092
}

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,5 @@
8888
],
8989
"step": 1
9090
},
91-
"_FR_FILE_PATH": "../../../platforms/ihp-sg13g2/fastroute.tcl",
92-
"_FR_GR_OVERFLOW": {
93-
"type": "int",
94-
"minmax": [
95-
1,
96-
1
97-
],
98-
"step": 0
99-
}
91+
"_FR_FILE_PATH": "../../../platforms/ihp-sg13g2/fastroute.tcl"
10092
}

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,5 @@
8888
],
8989
"step": 1
9090
},
91-
"_FR_FILE_PATH": "../../../platforms/ihp-sg13g2/fastroute.tcl",
92-
"_FR_GR_OVERFLOW": {
93-
"type": "int",
94-
"minmax": [
95-
1,
96-
1
97-
],
98-
"step": 0
99-
}
91+
"_FR_FILE_PATH": "../../../platforms/ihp-sg13g2/fastroute.tcl"
10092
}

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,5 @@
8888
],
8989
"step": 1
9090
},
91-
"_FR_FILE_PATH": "../../../platforms/ihp-sg13g2/fastroute.tcl",
92-
"_FR_GR_OVERFLOW": {
93-
"type": "int",
94-
"minmax": [
95-
1,
96-
1
97-
],
98-
"step": 0
99-
}
91+
"_FR_FILE_PATH": "../../../platforms/ihp-sg13g2/fastroute.tcl"
10092
}

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,5 @@
8888
],
8989
"step": 1
9090
},
91-
"_FR_FILE_PATH": "../../../platforms/ihp-sg13g2/fastroute.tcl",
92-
"_FR_GR_OVERFLOW": {
93-
"type": "int",
94-
"minmax": [
95-
1,
96-
1
97-
],
98-
"step": 0
99-
}
91+
"_FR_FILE_PATH": "../../../platforms/ihp-sg13g2/fastroute.tcl"
10092
}

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,5 @@
8888
],
8989
"step": 1
9090
},
91-
"_FR_FILE_PATH": "../../../platforms/ihp-sg13g2/fastroute.tcl",
92-
"_FR_GR_OVERFLOW": {
93-
"type": "int",
94-
"minmax": [
95-
1,
96-
1
97-
],
98-
"step": 0
99-
}
91+
"_FR_FILE_PATH": "../../../platforms/ihp-sg13g2/fastroute.tcl"
10092
}

flow/designs/sky130hd/aes/autotuner.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,5 @@
8888
],
8989
"step": 1
9090
},
91-
"_FR_FILE_PATH": "../../../platforms/sky130hd/fastroute.tcl",
92-
"_FR_GR_OVERFLOW": {
93-
"type": "int",
94-
"minmax": [
95-
1,
96-
1
97-
],
98-
"step": 0
99-
}
91+
"_FR_FILE_PATH": "../../../platforms/sky130hd/fastroute.tcl"
10092
}

flow/designs/sky130hd/gcd/autotuner.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,5 @@
8080
],
8181
"step": 1
8282
},
83-
"_FR_FILE_PATH": "../../../platforms/sky130hd/fastroute.tcl",
84-
"_FR_GR_OVERFLOW": {
85-
"type": "int",
86-
"minmax": [
87-
1,
88-
1
89-
],
90-
"step": 0
91-
}
83+
"_FR_FILE_PATH": "../../../platforms/sky130hd/fastroute.tcl"
9284
}

flow/designs/sky130hd/ibex/autotuner.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,5 @@
8888
],
8989
"step": 1
9090
},
91-
"_FR_FILE_PATH": "../../../platforms/sky130hd/fastroute.tcl",
92-
"_FR_GR_OVERFLOW": {
93-
"type": "int",
94-
"minmax": [
95-
1,
96-
1
97-
],
98-
"step": 0
99-
}
91+
"_FR_FILE_PATH": "../../../platforms/sky130hd/fastroute.tcl"
10092
}

0 commit comments

Comments
 (0)