We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ec99e1 + 4abb2be commit 2cf1711Copy full SHA for 2cf1711
flow/designs/asap7/cva6/autotuner.json
@@ -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
14
+ 65,
15
+ 75
16
17
+ "step": 1
18
19
+ "CORE_MARGIN": {
20
21
22
+ 1.5,
23
+ 2
24
25
26
27
+ "CTS_CLUSTER_SIZE": {
28
29
30
+ 40,
31
+ 60
32
33
34
35
+ "CTS_CLUSTER_DIAMETER": {
36
37
38
+ 15,
39
+ 25
40
41
42
+ }
43
+}
0 commit comments