-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAND.txt
94 lines (94 loc) · 2.2 KB
/
NAND.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
{
"name": "NAND",
"creationIndex": 0,
"colour": {
"r": 0.19103778898715974,
"g": 0.7641509771347046,
"b": 0.29701900482177737,
"a": 1.0
},
"nameColour": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"componentNameList": [
"SIGNAL IN",
"SIGNAL OUT",
"AND",
"NOT"
],
"savedComponentChips": [
{
"chipName": "SIGNAL IN",
"posX": -7.6431,
"posY": 1.7579,
"inputPins": [],
"outputPinNames": [
"A"
]
},
{
"chipName": "SIGNAL IN",
"posX": -7.6431,
"posY": 0.0694,
"inputPins": [],
"outputPinNames": [
"B"
]
},
{
"chipName": "SIGNAL OUT",
"posX": 7.6431,
"posY": 0.522,
"inputPins": [
{
"name": "O",
"parentChipIndex": 4,
"parentChipOutputIndex": 0,
"isCylic": false
}
],
"outputPinNames": []
},
{
"chipName": "AND",
"posX": -4.8914,
"posY": 0.8179,
"inputPins": [
{
"name": "A",
"parentChipIndex": 0,
"parentChipOutputIndex": 0,
"isCylic": false
},
{
"name": "B",
"parentChipIndex": 1,
"parentChipOutputIndex": 0,
"isCylic": false
}
],
"outputPinNames": [
"OUT"
]
},
{
"chipName": "NOT",
"posX": -0.94,
"posY": 0.6961,
"inputPins": [
{
"name": "IN",
"parentChipIndex": 3,
"parentChipOutputIndex": 0,
"isCylic": false
}
],
"outputPinNames": [
"OUT"
]
}
]
}