-
Notifications
You must be signed in to change notification settings - Fork 0
/
SR-LATCH.txt
117 lines (117 loc) · 2.8 KB
/
SR-LATCH.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
{
"name": "SR-LATCH",
"creationIndex": 7,
"colour": {
"r": 0.0,
"g": 0.26035407185554507,
"b": 0.5467872619628906,
"a": 1.0
},
"nameColour": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"componentNameList": [
"SIGNAL IN",
"SIGNAL OUT",
"OR",
"AND",
"NOT"
],
"savedComponentChips": [
{
"chipName": "SIGNAL IN",
"posX": -7.6431,
"posY": 1.8711,
"inputPins": [],
"outputPinNames": [
"S"
]
},
{
"chipName": "SIGNAL IN",
"posX": -7.6431,
"posY": 0.9833,
"inputPins": [],
"outputPinNames": [
"R"
]
},
{
"chipName": "SIGNAL OUT",
"posX": 7.6431,
"posY": 0.3827,
"inputPins": [
{
"name": "OUT",
"parentChipIndex": 4,
"parentChipOutputIndex": 0,
"isCylic": false
}
],
"outputPinNames": []
},
{
"chipName": "OR",
"posX": -1.8538,
"posY": 1.7666,
"inputPins": [
{
"name": "A",
"parentChipIndex": 0,
"parentChipOutputIndex": 0,
"isCylic": false
},
{
"name": "B",
"parentChipIndex": 4,
"parentChipOutputIndex": 0,
"isCylic": true
}
],
"outputPinNames": [
"O"
]
},
{
"chipName": "AND",
"posX": -0.3829,
"posY": 1.375,
"inputPins": [
{
"name": "A",
"parentChipIndex": 3,
"parentChipOutputIndex": 0,
"isCylic": false
},
{
"name": "B",
"parentChipIndex": 5,
"parentChipOutputIndex": 0,
"isCylic": false
}
],
"outputPinNames": [
"OUT"
]
},
{
"chipName": "NOT",
"posX": -1.8887,
"posY": 1.1922,
"inputPins": [
{
"name": "IN",
"parentChipIndex": 1,
"parentChipOutputIndex": 0,
"isCylic": false
}
],
"outputPinNames": [
"OUT"
]
}
]
}