-
Notifications
You must be signed in to change notification settings - Fork 0
/
OR.txt
110 lines (110 loc) · 2.61 KB
/
OR.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
{
"name": "OR",
"creationIndex": 1,
"colour": {
"r": 0.7647058963775635,
"g": 0.1921568512916565,
"b": 0.591181755065918,
"a": 1.0
},
"nameColour": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"componentNameList": [
"SIGNAL IN",
"SIGNAL OUT",
"NOT",
"NAND"
],
"savedComponentChips": [
{
"chipName": "SIGNAL IN",
"posX": -7.6431,
"posY": 1.7753,
"inputPins": [],
"outputPinNames": [
"A"
]
},
{
"chipName": "SIGNAL IN",
"posX": -7.6431,
"posY": -0.0959,
"inputPins": [],
"outputPinNames": [
"B"
]
},
{
"chipName": "SIGNAL OUT",
"posX": 7.6431,
"posY": 0.5916,
"inputPins": [
{
"name": "O",
"parentChipIndex": 5,
"parentChipOutputIndex": 0,
"isCylic": false
}
],
"outputPinNames": []
},
{
"chipName": "NOT",
"posX": -4.787,
"posY": 1.5664,
"inputPins": [
{
"name": "IN",
"parentChipIndex": 0,
"parentChipOutputIndex": 0,
"isCylic": false
}
],
"outputPinNames": [
"OUT"
]
},
{
"chipName": "NOT",
"posX": -4.7696,
"posY": 0.2435,
"inputPins": [
{
"name": "IN",
"parentChipIndex": 1,
"parentChipOutputIndex": 0,
"isCylic": false
}
],
"outputPinNames": [
"OUT"
]
},
{
"chipName": "NAND",
"posX": -2.9331,
"posY": 0.8962,
"inputPins": [
{
"name": "A",
"parentChipIndex": 3,
"parentChipOutputIndex": 0,
"isCylic": false
},
{
"name": "B",
"parentChipIndex": 4,
"parentChipOutputIndex": 0,
"isCylic": false
}
],
"outputPinNames": [
"O"
]
}
]
}