-
Notifications
You must be signed in to change notification settings - Fork 1
/
AC.circ
131 lines (130 loc) · 4.36 KB
/
AC.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
<?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">
<tool name="Splitter">
<a name="fanout" val="7"/>
<a name="incoming" val="7"/>
</tool>
</lib>
<lib desc="#Gates" name="1"/>
<lib desc="#Plexers" name="2"/>
<lib desc="#Arithmetic" name="3"/>
<lib desc="#Memory" name="4"/>
<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>
</lib>
<main name="main"/>
<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="main">
<a name="circuit" val="main"/>
<a name="clabel" val=""/>
<a name="clabelup" val="east"/>
<a name="clabelfont" val="SansSerif plain 12"/>
<wire from="(740,270)" to="(860,270)"/>
<wire from="(660,280)" to="(710,280)"/>
<wire from="(530,400)" to="(530,530)"/>
<wire from="(860,270)" to="(860,620)"/>
<wire from="(530,340)" to="(640,340)"/>
<wire from="(450,400)" to="(450,620)"/>
<wire from="(450,620)" to="(860,620)"/>
<wire from="(660,280)" to="(660,320)"/>
<wire from="(550,270)" to="(710,270)"/>
<wire from="(510,280)" to="(510,390)"/>
<wire from="(720,340)" to="(810,340)"/>
<wire from="(510,280)" to="(520,280)"/>
<wire from="(500,390)" to="(510,390)"/>
<wire from="(450,400)" to="(460,400)"/>
<wire from="(320,380)" to="(460,380)"/>
<wire from="(530,340)" to="(530,400)"/>
<wire from="(650,350)" to="(650,540)"/>
<wire from="(860,270)" to="(1060,270)"/>
<wire from="(390,260)" to="(520,260)"/>
<wire from="(670,350)" to="(670,400)"/>
<wire from="(720,290)" to="(720,340)"/>
<wire from="(530,290)" to="(530,340)"/>
<wire from="(730,290)" to="(730,530)"/>
<wire from="(530,400)" to="(670,400)"/>
<wire from="(640,540)" to="(650,540)"/>
<comp lib="0" loc="(730,530)" name="Pin">
<a name="facing" val="north"/>
<a name="tristate" val="false"/>
<a name="label" val="Clear"/>
</comp>
<comp lib="3" loc="(500,390)" name="Adder">
<a name="width" val="16"/>
</comp>
<comp lib="2" loc="(660,320)" name="Multiplexer">
<a name="facing" val="north"/>
</comp>
<comp lib="0" loc="(640,540)" name="Constant"/>
<comp lib="0" loc="(530,530)" name="Pin">
<a name="facing" val="north"/>
<a name="tristate" val="false"/>
<a name="label" val="Inc"/>
</comp>
<comp lib="0" loc="(1060,270)" name="Pin">
<a name="facing" val="west"/>
<a name="output" val="true"/>
<a name="width" val="16"/>
<a name="label" val="OUT"/>
<a name="labelloc" val="east"/>
</comp>
<comp lib="0" loc="(320,380)" name="Constant">
<a name="width" val="16"/>
</comp>
<comp lib="0" loc="(390,260)" name="Pin">
<a name="width" val="16"/>
<a name="tristate" val="false"/>
<a name="label" val="INP"/>
</comp>
<comp lib="0" loc="(810,340)" name="Pin">
<a name="facing" val="west"/>
<a name="tristate" val="false"/>
<a name="label" val="Clock"/>
</comp>
<comp lib="2" loc="(550,270)" name="Multiplexer">
<a name="width" val="16"/>
</comp>
<comp lib="4" loc="(740,270)" name="Register">
<a name="width" val="16"/>
</comp>
</circuit>
</project>