-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXOR.txt
123 lines (123 loc) · 2.99 KB
/
XOR.txt
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "XOR",
"creationIndex": 3,
"colour": {
"r": 0.709011435508728,
"g": 0.0,
"b": 0.30988484621047976,
"a": 1.0
},
"nameColour": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"componentNameList": [
"SIGNAL IN",
"SIGNAL OUT",
"NAND",
"OR",
"AND"
],
"savedComponentChips": [
{
"chipName": "SIGNAL IN",
"posX": -7.6431,
"posY": 2.3498,
"inputPins": [],
"outputPinNames": [
"A"
]
},
{
"chipName": "SIGNAL IN",
"posX": -7.6431,
"posY": 1.2009,
"inputPins": [],
"outputPinNames": [
"B"
]
},
{
"chipName": "SIGNAL OUT",
"posX": 7.6431,
"posY": 1.2792,
"inputPins": [
{
"name": "O",
"parentChipIndex": 5,
"parentChipOutputIndex": 0,
"isCylic": false
}
],
"outputPinNames": []
},
{
"chipName": "NAND",
"posX": -3.847,
"posY": 1.8188,
"inputPins": [
{
"name": "A",
"parentChipIndex": 0,
"parentChipOutputIndex": 0,
"isCylic": false
},
{
"name": "B",
"parentChipIndex": 1,
"parentChipOutputIndex": 0,
"isCylic": false
}
],
"outputPinNames": [
"O"
]
},
{
"chipName": "OR",
"posX": -3.8383,
"posY": 0.6438,
"inputPins": [
{
"name": "A",
"parentChipIndex": 0,
"parentChipOutputIndex": 0,
"isCylic": false
},
{
"name": "B",
"parentChipIndex": 1,
"parentChipOutputIndex": 0,
"isCylic": false
}
],
"outputPinNames": [
"O"
]
},
{
"chipName": "AND",
"posX": -1.9496,
"posY": 1.2705,
"inputPins": [
{
"name": "A",
"parentChipIndex": 3,
"parentChipOutputIndex": 0,
"isCylic": false
},
{
"name": "B",
"parentChipIndex": 4,
"parentChipOutputIndex": 0,
"isCylic": false
}
],
"outputPinNames": [
"OUT"
]
}
]
}