-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHADDER.txt
114 lines (114 loc) · 2.78 KB
/
HADDER.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
{
"name": "HADDER",
"creationIndex": 4,
"colour": {
"r": 0.4831562042236328,
"g": 0.18369527161121369,
"b": 0.9056603908538818,
"a": 1.0
},
"nameColour": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"componentNameList": [
"SIGNAL IN",
"SIGNAL OUT",
"XOR",
"AND"
],
"savedComponentChips": [
{
"chipName": "SIGNAL IN",
"posX": -7.6431,
"posY": 2.3062,
"inputPins": [],
"outputPinNames": [
"A"
]
},
{
"chipName": "SIGNAL IN",
"posX": -7.6431,
"posY": 0.7222,
"inputPins": [],
"outputPinNames": [
"B"
]
},
{
"chipName": "SIGNAL OUT",
"posX": 7.6431,
"posY": 1.2009,
"inputPins": [
{
"name": "O",
"parentChipIndex": 4,
"parentChipOutputIndex": 0,
"isCylic": false
}
],
"outputPinNames": []
},
{
"chipName": "SIGNAL OUT",
"posX": 7.6431,
"posY": -0.3048,
"inputPins": [
{
"name": "CO",
"parentChipIndex": 5,
"parentChipOutputIndex": 0,
"isCylic": false
}
],
"outputPinNames": []
},
{
"chipName": "XOR",
"posX": -4.5433,
"posY": 1.3662,
"inputPins": [
{
"name": "A",
"parentChipIndex": 0,
"parentChipOutputIndex": 0,
"isCylic": false
},
{
"name": "B",
"parentChipIndex": 1,
"parentChipOutputIndex": 0,
"isCylic": false
}
],
"outputPinNames": [
"O"
]
},
{
"chipName": "AND",
"posX": -4.5172,
"posY": 0.5916,
"inputPins": [
{
"name": "A",
"parentChipIndex": 0,
"parentChipOutputIndex": 0,
"isCylic": false
},
{
"name": "B",
"parentChipIndex": 1,
"parentChipOutputIndex": 0,
"isCylic": false
}
],
"outputPinNames": [
"OUT"
]
}
]
}