Skip to content

Commit efd5868

Browse files
committedMar 9, 2023
Add missing file for LFE5U-12F
1 parent 39f1976 commit efd5868

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed
 

‎metadata/ECP5/LFE5U-12F/globals.json

+88
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
{
2+
"quadrants": {
3+
"UL": {
4+
"x0": 0,
5+
"y0": 0,
6+
"x1": 31,
7+
"y1": 25
8+
},
9+
"UR": {
10+
"x0": 32,
11+
"y0": 0,
12+
"x1": 72,
13+
"y1": 25
14+
},
15+
"LL": {
16+
"x0": 0,
17+
"y0": 26,
18+
"x1": 31,
19+
"y1": 50
20+
},
21+
"LR": {
22+
"x0": 32,
23+
"y0": 26,
24+
"x1": 72,
25+
"y1": 50
26+
}
27+
},
28+
"taps": {
29+
"C4": {
30+
"lx0": 0,
31+
"lx1": 3,
32+
"rx0": 4,
33+
"rx1": 12
34+
},
35+
"C22": {
36+
"lx0": 13,
37+
"lx1": 21,
38+
"rx0": 22,
39+
"rx1": 31
40+
},
41+
"C42": {
42+
"lx0": 32,
43+
"lx1": 41,
44+
"rx0": 42,
45+
"rx1": 50
46+
},
47+
"C60": {
48+
"lx0": 51,
49+
"lx1": 59,
50+
"rx0": 60,
51+
"rx1": 72
52+
}
53+
},
54+
"spines": {
55+
"UL4": {
56+
"x": 3,
57+
"y": 13
58+
},
59+
"LL4": {
60+
"x": 3,
61+
"y": 37
62+
},
63+
"UL22": {
64+
"x": 21,
65+
"y": 13
66+
},
67+
"LL22": {
68+
"x": 21,
69+
"y": 37
70+
},
71+
"UR42": {
72+
"x": 41,
73+
"y": 13
74+
},
75+
"LR42": {
76+
"x": 41,
77+
"y": 37
78+
},
79+
"UR60": {
80+
"x": 59,
81+
"y": 13
82+
},
83+
"LR60": {
84+
"x": 59,
85+
"y": 37
86+
}
87+
}
88+
}

0 commit comments

Comments
 (0)
Please sign in to comment.