-
Notifications
You must be signed in to change notification settings - Fork 1
/
Mux 8bits.circ
154 lines (154 loc) · 5.25 KB
/
Mux 8bits.circ
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project source="2.7.1" version="1.0">
This file is intended to be loaded by Logisim (http://www.cburch.com/logisim/).
<lib desc="#Wiring" name="0"/>
<lib desc="#Gates" name="1"/>
<lib desc="#Plexers" name="2"/>
<lib desc="#Arithmetic" name="3"/>
<lib desc="#Memory" name="4">
<tool name="ROM">
<a name="contents">addr/data: 8 8
0
</a>
</tool>
</lib>
<lib desc="#I/O" name="5"/>
<lib desc="#Base" name="6">
<tool name="Text Tool">
<a name="text" val=""/>
<a name="font" val="SansSerif plain 12"/>
<a name="halign" val="center"/>
<a name="valign" val="base"/>
</tool>
<tool name="Text">
<a name="text" val="Mux"/>
</tool>
</lib>
<lib desc="file#Mux 4bits.circ" name="7"/>
<main name="2to1 8bits multiplexer"/>
<options>
<a name="gateUndefined" val="ignore"/>
<a name="simlimit" val="1000"/>
<a name="simrand" val="0"/>
</options>
<mappings>
<tool lib="6" map="Button2" name="Menu Tool"/>
<tool lib="6" map="Button3" name="Menu Tool"/>
<tool lib="6" map="Ctrl Button1" name="Menu Tool"/>
</mappings>
<toolbar>
<tool lib="6" name="Poke Tool"/>
<tool lib="6" name="Edit Tool"/>
<tool lib="6" name="Text Tool">
<a name="text" val=""/>
<a name="font" val="SansSerif plain 12"/>
<a name="halign" val="center"/>
<a name="valign" val="base"/>
</tool>
<sep/>
<tool lib="0" name="Pin">
<a name="tristate" val="false"/>
</tool>
<tool lib="0" name="Pin">
<a name="facing" val="west"/>
<a name="output" val="true"/>
<a name="labelloc" val="east"/>
</tool>
<tool lib="1" name="NOT Gate"/>
<tool lib="1" name="AND Gate"/>
<tool lib="1" name="OR Gate"/>
</toolbar>
<circuit name="2to1 8bits multiplexer">
<a name="circuit" val="2to1 8bits multiplexer"/>
<a name="clabel" val=""/>
<a name="clabelup" val="east"/>
<a name="clabelfont" val="SansSerif plain 12"/>
<wire from="(330,120)" to="(390,120)"/>
<wire from="(330,190)" to="(390,190)"/>
<wire from="(280,100)" to="(280,170)"/>
<wire from="(180,120)" to="(300,120)"/>
<wire from="(180,160)" to="(230,160)"/>
<wire from="(180,170)" to="(230,170)"/>
<wire from="(310,170)" to="(310,180)"/>
<wire from="(310,100)" to="(310,110)"/>
<wire from="(390,120)" to="(390,150)"/>
<wire from="(390,160)" to="(390,190)"/>
<wire from="(230,130)" to="(230,160)"/>
<wire from="(230,170)" to="(230,200)"/>
<wire from="(200,190)" to="(300,190)"/>
<wire from="(130,140)" to="(160,140)"/>
<wire from="(130,180)" to="(160,180)"/>
<wire from="(430,140)" to="(460,140)"/>
<wire from="(280,170)" to="(310,170)"/>
<wire from="(280,100)" to="(310,100)"/>
<wire from="(390,160)" to="(410,160)"/>
<wire from="(390,150)" to="(410,150)"/>
<wire from="(280,60)" to="(280,100)"/>
<wire from="(180,130)" to="(200,130)"/>
<wire from="(230,130)" to="(300,130)"/>
<wire from="(230,200)" to="(300,200)"/>
<wire from="(200,130)" to="(200,190)"/>
<comp lib="0" loc="(130,140)" name="Pin">
<a name="width" val="8"/>
<a name="tristate" val="false"/>
<a name="label" val="A"/>
</comp>
<comp lib="0" loc="(160,140)" name="Splitter">
<a name="incoming" val="8"/>
<a name="bit1" val="0"/>
<a name="bit2" val="0"/>
<a name="bit3" val="0"/>
<a name="bit4" val="1"/>
<a name="bit5" val="1"/>
<a name="bit6" val="1"/>
<a name="bit7" val="1"/>
</comp>
<comp lib="0" loc="(130,180)" name="Pin">
<a name="width" val="8"/>
<a name="tristate" val="false"/>
<a name="label" val="B"/>
</comp>
<comp lib="0" loc="(460,140)" name="Pin">
<a name="facing" val="west"/>
<a name="output" val="true"/>
<a name="width" val="8"/>
<a name="label" val="output"/>
<a name="labelloc" val="east"/>
</comp>
<comp lib="0" loc="(280,60)" name="Pin">
<a name="facing" val="south"/>
<a name="tristate" val="false"/>
<a name="label" val="selector"/>
<a name="labelloc" val="north"/>
</comp>
<comp lib="7" loc="(330,190)" name="2to1 4bits multiplexer"/>
<comp lib="0" loc="(430,140)" name="Splitter">
<a name="facing" val="west"/>
<a name="incoming" val="8"/>
<a name="bit1" val="0"/>
<a name="bit2" val="0"/>
<a name="bit3" val="0"/>
<a name="bit4" val="1"/>
<a name="bit5" val="1"/>
<a name="bit6" val="1"/>
<a name="bit7" val="1"/>
</comp>
<comp lib="6" loc="(314,199)" name="Text">
<a name="text" val="Mux"/>
</comp>
<comp lib="7" loc="(330,120)" name="2to1 4bits multiplexer"/>
<comp lib="6" loc="(314,128)" name="Text">
<a name="text" val="Mux"/>
</comp>
<comp lib="0" loc="(160,180)" name="Splitter">
<a name="incoming" val="8"/>
<a name="bit1" val="0"/>
<a name="bit2" val="0"/>
<a name="bit3" val="0"/>
<a name="bit4" val="1"/>
<a name="bit5" val="1"/>
<a name="bit6" val="1"/>
<a name="bit7" val="1"/>
</comp>
</circuit>
</project>