-
Notifications
You must be signed in to change notification settings - Fork 32
/
site_type_BUFGCTRL.json
82 lines (82 loc) · 1.75 KB
/
site_type_BUFGCTRL.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
77
78
79
80
81
82
{
"site_pins": {
"CE0": {
"direction": "IN"
},
"CE1": {
"direction": "IN"
},
"I0": {
"direction": "IN"
},
"I1": {
"direction": "IN"
},
"IGNORE0": {
"direction": "IN"
},
"IGNORE1": {
"direction": "IN"
},
"O": {
"direction": "OUT"
},
"S0": {
"direction": "IN"
},
"S1": {
"direction": "IN"
}
},
"site_pips": {
"CE0INV:CE0": {
"from_pin": "CE0",
"to_pin": "OUT"
},
"CE0INV:CE0_B": {
"from_pin": "CE0_B",
"to_pin": "OUT"
},
"CE1INV:CE1": {
"from_pin": "CE1",
"to_pin": "OUT"
},
"CE1INV:CE1_B": {
"from_pin": "CE1_B",
"to_pin": "OUT"
},
"IGNORE0INV:IGNORE0": {
"from_pin": "IGNORE0",
"to_pin": "OUT"
},
"IGNORE0INV:IGNORE0_B": {
"from_pin": "IGNORE0_B",
"to_pin": "OUT"
},
"IGNORE1INV:IGNORE1": {
"from_pin": "IGNORE1",
"to_pin": "OUT"
},
"IGNORE1INV:IGNORE1_B": {
"from_pin": "IGNORE1_B",
"to_pin": "OUT"
},
"S0INV:S0": {
"from_pin": "S0",
"to_pin": "OUT"
},
"S0INV:S0_B": {
"from_pin": "S0_B",
"to_pin": "OUT"
},
"S1INV:S1": {
"from_pin": "S1",
"to_pin": "OUT"
},
"S1INV:S1_B": {
"from_pin": "S1_B",
"to_pin": "OUT"
}
},
"type": "BUFGCTRL"
}