Skip to content

Commit 6b38aee

Browse files
authored
Merge pull request #2731 from jeffng-or/at-asap-jpeg-jpeg-lvt-updates
asap7 jpeg/jpeg_lvt autotuner & metrics updates
2 parents f87f84e + 4a95843 commit 6b38aee

File tree

5 files changed

+531
-462
lines changed

5 files changed

+531
-462
lines changed

flow/designs/asap7/jpeg/autotuner.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"CORE_UTILIZATION": {
1212
"type": "int",
1313
"minmax": [
14-
0,
15-
20
14+
20,
15+
50
1616
],
1717
"step": 1
1818
},
@@ -35,16 +35,16 @@
3535
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
3636
"type": "int",
3737
"minmax": [
38-
1,
39-
5
38+
0,
39+
3
4040
],
4141
"step": 1
4242
},
4343
"CELL_PAD_IN_SITES_DETAIL_PLACEMENT": {
4444
"type": "int",
4545
"minmax": [
46-
1,
47-
5
46+
0,
47+
3
4848
],
4949
"step": 1
5050
},
@@ -60,7 +60,7 @@
6060
"type": "float",
6161
"minmax": [
6262
0.0,
63-
0.6
63+
0.2
6464
],
6565
"step": 0
6666
},

0 commit comments

Comments
 (0)