-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtwo_bit_mux.dig
More file actions
129 lines (129 loc) · 3.05 KB
/
two_bit_mux.dig
File metadata and controls
129 lines (129 loc) · 3.05 KB
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
124
125
126
127
128
129
<?xml version="1.0" encoding="utf-8"?>
<circuit>
<version>1</version>
<attributes/>
<visualElements>
<visualElement>
<elementName>In</elementName>
<elementAttributes>
<entry>
<string>Label</string>
<string>a</string>
</entry>
</elementAttributes>
<pos x="320" y="140"/>
</visualElement>
<visualElement>
<elementName>In</elementName>
<elementAttributes>
<entry>
<string>Label</string>
<string>b</string>
</entry>
</elementAttributes>
<pos x="320" y="260"/>
</visualElement>
<visualElement>
<elementName>In</elementName>
<elementAttributes>
<entry>
<string>Label</string>
<string>s</string>
</entry>
</elementAttributes>
<pos x="320" y="300"/>
</visualElement>
<visualElement>
<elementName>Not</elementName>
<elementAttributes/>
<pos x="380" y="180"/>
</visualElement>
<visualElement>
<elementName>And</elementName>
<elementAttributes>
<entry>
<string>wideShape</string>
<boolean>true</boolean>
</entry>
</elementAttributes>
<pos x="460" y="140"/>
</visualElement>
<visualElement>
<elementName>And</elementName>
<elementAttributes>
<entry>
<string>wideShape</string>
<boolean>true</boolean>
</entry>
</elementAttributes>
<pos x="460" y="260"/>
</visualElement>
<visualElement>
<elementName>Or</elementName>
<elementAttributes>
<entry>
<string>wideShape</string>
<boolean>true</boolean>
</entry>
</elementAttributes>
<pos x="580" y="200"/>
</visualElement>
<visualElement>
<elementName>Out</elementName>
<elementAttributes>
<entry>
<string>Label</string>
<string>y</string>
</entry>
</elementAttributes>
<pos x="700" y="220"/>
</visualElement>
</visualElements>
<wires>
<wire>
<p1 x="540" y="160"/>
<p2 x="580" y="160"/>
</wire>
<wire>
<p1 x="420" y="180"/>
<p2 x="460" y="180"/>
</wire>
<wire>
<p1 x="320" y="260"/>
<p2 x="460" y="260"/>
</wire>
<wire>
<p1 x="540" y="280"/>
<p2 x="580" y="280"/>
</wire>
<wire>
<p1 x="320" y="140"/>
<p2 x="460" y="140"/>
</wire>
<wire>
<p1 x="320" y="300"/>
<p2 x="380" y="300"/>
</wire>
<wire>
<p1 x="380" y="300"/>
<p2 x="460" y="300"/>
</wire>
<wire>
<p1 x="660" y="220"/>
<p2 x="700" y="220"/>
</wire>
<wire>
<p1 x="580" y="160"/>
<p2 x="580" y="200"/>
</wire>
<wire>
<p1 x="580" y="240"/>
<p2 x="580" y="280"/>
</wire>
<wire>
<p1 x="380" y="180"/>
<p2 x="380" y="300"/>
</wire>
</wires>
<measurementOrdering/>
</circuit>