Skip to content

Commit 2cf1711

Browse files
authored
Merge pull request #3267 from jeffng-or/at-asap7-cva6-autotuner
initial AutoTuner config for asap7 cva6
2 parents 7ec99e1 + 4abb2be commit 2cf1711

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"_SDC_FILE_PATH": "constraint.sdc",
3+
"_SDC_CLK_PERIOD": {
4+
"type": "float",
5+
"minmax": [
6+
1000,
7+
1300
8+
],
9+
"step": 0
10+
},
11+
"CORE_UTILIZATION": {
12+
"type": "int",
13+
"minmax": [
14+
65,
15+
75
16+
],
17+
"step": 1
18+
},
19+
"CORE_MARGIN": {
20+
"type": "float",
21+
"minmax": [
22+
1.5,
23+
2
24+
],
25+
"step": 1
26+
},
27+
"CTS_CLUSTER_SIZE": {
28+
"type": "int",
29+
"minmax": [
30+
40,
31+
60
32+
],
33+
"step": 1
34+
},
35+
"CTS_CLUSTER_DIAMETER": {
36+
"type": "int",
37+
"minmax": [
38+
15,
39+
25
40+
],
41+
"step": 1
42+
}
43+
}

0 commit comments

Comments
 (0)