Skip to content

Commit 81e8b55

Browse files
committed
added nangate45 gcd autotuner config
Signed-off-by: Jeff Ng <[email protected]>
1 parent 5c1a7d4 commit 81e8b55

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"_SDC_FILE_PATH": "constraint.sdc",
3+
"_SDC_CLK_PERIOD": {
4+
"type": "float",
5+
"minmax": [
6+
0.3,
7+
1.0
8+
],
9+
"step": 0
10+
},
11+
"CORE_MARGIN": {
12+
"type": "int",
13+
"minmax": [
14+
2,
15+
2
16+
],
17+
"step": 0
18+
},
19+
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
20+
"type": "int",
21+
"minmax": [
22+
0,
23+
3
24+
],
25+
"step": 1
26+
},
27+
"CELL_PAD_IN_SITES_DETAIL_PLACEMENT": {
28+
"type": "int",
29+
"minmax": [
30+
0,
31+
3
32+
],
33+
"step": 1
34+
},
35+
"_FR_LAYER_ADJUST": {
36+
"type": "float",
37+
"minmax": [
38+
0.1,
39+
0.3
40+
],
41+
"step": 0
42+
},
43+
"PLACE_DENSITY_LB_ADDON": {
44+
"type": "float",
45+
"minmax": [
46+
0.0,
47+
0.2
48+
],
49+
"step": 0
50+
},
51+
"CTS_CLUSTER_SIZE": {
52+
"type": "int",
53+
"minmax": [
54+
10,
55+
200
56+
],
57+
"step": 1
58+
},
59+
"CTS_CLUSTER_DIAMETER": {
60+
"type": "int",
61+
"minmax": [
62+
20,
63+
400
64+
],
65+
"step": 1
66+
},
67+
"_FR_FILE_PATH": "../../../platforms/nangate45/fastroute.tcl"
68+
}

0 commit comments

Comments
 (0)