Skip to content

Commit a17ff33

Browse files
committed
working gcd and jpeg
Signed-off-by: Jack Luar <[email protected]>
1 parent 11953fc commit a17ff33

File tree

2 files changed

+65
-1
lines changed

2 files changed

+65
-1
lines changed

flow/designs/asap7/gcd/autotuner.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,38 @@
2424
],
2525
"step": 0
2626
},
27+
"CORE_MARGIN": {
28+
"type": "int",
29+
"minmax": [
30+
2,
31+
2
32+
],
33+
"step": 0
34+
},
35+
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
36+
"type": "int",
37+
"minmax": [
38+
0,
39+
5
40+
],
41+
"step": 1
42+
},
43+
"CELL_PAD_IN_SITES_DETAIL_PLACEMENT": {
44+
"type": "int",
45+
"minmax": [
46+
0,
47+
5
48+
],
49+
"step": 1
50+
},
51+
"_FR_LAYER_ADJUST": {
52+
"type": "float",
53+
"minmax": [
54+
0.1,
55+
0.3
56+
],
57+
"step": 0
58+
},
2759
"PLACE_DENSITY_LB_ADDON": {
2860
"type": "float",
2961
"minmax": [
@@ -32,6 +64,22 @@
3264
],
3365
"step": 0
3466
},
67+
"CTS_CLUSTER_SIZE": {
68+
"type": "int",
69+
"minmax": [
70+
10,
71+
200
72+
],
73+
"step": 1
74+
},
75+
"CTS_CLUSTER_DIAMETER": {
76+
"type": "int",
77+
"minmax": [
78+
20,
79+
400
80+
],
81+
"step": 1
82+
},
3583
"_FR_FILE_PATH": "",
3684
"_FR_GR_OVERFLOW": {
3785
"type": "int",

flow/designs/asap7/jpeg/autotuner.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "int",
1313
"minmax": [
1414
0,
15-
30
15+
20
1616
],
1717
"step": 1
1818
},
@@ -24,6 +24,14 @@
2424
],
2525
"step": 0
2626
},
27+
"CORE_ASPECT_RATIO": {
28+
"type": "float",
29+
"minmax": [
30+
0.9,
31+
1.1
32+
],
33+
"step": 0
34+
},
2735
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
2836
"type": "int",
2937
"minmax": [
@@ -40,6 +48,14 @@
4048
],
4149
"step": 1
4250
},
51+
"_FR_LAYER_ADJUST": {
52+
"type": "float",
53+
"minmax": [
54+
0.1,
55+
0.3
56+
],
57+
"step": 0
58+
},
4359
"PLACE_DENSITY_LB_ADDON": {
4460
"type": "float",
4561
"minmax": [

0 commit comments

Comments
 (0)