-
Notifications
You must be signed in to change notification settings - Fork 15
/
devices.json
76 lines (76 loc) · 2.59 KB
/
devices.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"families": {
"LIFCL": {
"devices": {
"LIFCL-40": {
"packages": ["QFN72", "csfBGA289", "caBGA400"],
"frames": 9172,
"bits_per_frame": 662,
"pad_bits_after_frame": 0,
"pad_bits_before_frame": 4,
"frame_ecc_bits": 14,
"max_row" : 56,
"max_col" : 87,
"col_bias" : 0,
"fuzz": true,
"variants": {
"": {"idcode": 286199875},
"ES": {"idcode": 17764419}
}
},
"LFD2NX-40": {
"packages": ["caBGA256"],
"idcode": 823070787,
"frames": 9172,
"bits_per_frame": 662,
"pad_bits_after_frame": 0,
"pad_bits_before_frame": 4,
"frame_ecc_bits": 14,
"max_row" : 56,
"max_col" : 87,
"col_bias" : 0,
"fuzz": true,
"variants": {
"": {"idcode": 823070787}
}
},
"LIFCL-17": {
"packages": ["QFN72", "csfBGA121", "caBGA256"],
"idcode": 17760323,
"frames": 7900,
"bits_per_frame": 338,
"pad_bits_after_frame": 0,
"pad_bits_before_frame": 0,
"frame_ecc_bits": 14,
"max_row" : 29,
"max_col" : 75,
"col_bias" : 0,
"fuzz": true,
"variants": {
"": {"idcode": 17760323}
}
}
}
},
"LFCPNX": {
"devices": {
"LFCPNX-100": {
"packages": ["ASG256", "CBG256", "BBG484", "BFG484", "LFG672"],
"idcode": 17776707,
"frames": 16822,
"bits_per_frame": 878,
"pad_bits_after_frame": 0,
"pad_bits_before_frame": 4,
"frame_ecc_bits": 14,
"max_row" : 74,
"max_col" : 159,
"col_bias" : 0,
"fuzz": true,
"variants": {
"": {"idcode": 17776707}
}
}
}
}
}
}