-
Notifications
You must be signed in to change notification settings - Fork 0
/
unidade_controle_ula.circ
98 lines (98 loc) · 3.45 KB
/
unidade_controle_ula.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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project source="2.16.1.4.exe" version="1.0">
This file is intended to be loaded by Logisim http://logisim.altervista.org
<lib desc="#Wiring" name="0"/>
<lib desc="#Gates" name="1"/>
<lib desc="#TTL" name="2"/>
<lib desc="#Plexers" name="3"/>
<lib desc="#Arithmetic" name="4"/>
<lib desc="#Memory" name="5"/>
<lib desc="#I/O" name="6"/>
<lib desc="#Base" name="7">
<tool name="Text Tool">
<a name="text" val=""/>
<a name="font" val="Dialog plain 12"/>
<a name="color" val="#000000"/>
<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="7" map="Button2" name="Poke Tool"/>
<tool lib="7" map="Button3" name="Menu Tool"/>
<tool lib="7" map="Ctrl Button1" name="Menu Tool"/>
</mappings>
<toolbar>
<tool lib="7" name="Poke Tool"/>
<tool lib="7" name="Edit Tool"/>
<sep/>
<tool lib="7" name="Text Tool">
<a name="text" val=""/>
<a name="font" val="Dialog plain 12"/>
<a name="color" val="#000000"/>
<a name="halign" val="center"/>
<a name="valign" val="base"/>
</tool>
<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"/>
</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="Dialog plain 12"/>
<a name="clabelcolor" val="#000000"/>
<appear>
<rect fill="#ffffff" height="40" rx="5" ry="5" stroke="#000000" stroke-width="2" width="40" x="50" y="50"/>
<text font-family="Dialog" font-size="12" text-anchor="middle" x="69" y="73">UC</text>
<text font-family="Dialog" font-size="12" text-anchor="middle" x="72" y="83">ULA</text>
<circ-port height="8" pin="100,90" width="8" x="46" y="56"/>
<circ-port height="8" pin="100,130" width="8" x="46" y="66"/>
<circ-port height="8" pin="100,160" width="8" x="46" y="76"/>
<circ-port height="10" pin="350,150" width="10" x="65" y="45"/>
<circ-anchor facing="east" height="6" width="6" x="67" y="47"/>
</appear>
<wire from="(100,90)" to="(140,90)"/>
<wire from="(330,70)" to="(330,150)"/>
<wire from="(160,70)" to="(330,70)"/>
<wire from="(330,150)" to="(350,150)"/>
<comp lib="0" loc="(100,90)" name="Pin">
<a name="width" val="2"/>
<a name="tristate" val="false"/>
<a name="label" val="ALUControl"/>
</comp>
<comp lib="0" loc="(100,160)" name="Pin">
<a name="width" val="7"/>
<a name="tristate" val="false"/>
<a name="label" val="f7"/>
</comp>
<comp lib="0" loc="(140,90)" name="Splitter">
<a name="fanout" val="2"/>
<a name="incoming" val="2"/>
</comp>
<comp lib="0" loc="(350,150)" name="Pin">
<a name="facing" val="west"/>
<a name="output" val="true"/>
<a name="label" val="UC ULA"/>
</comp>
<comp lib="0" loc="(100,130)" name="Pin">
<a name="width" val="3"/>
<a name="tristate" val="false"/>
<a name="label" val="f3"/>
</comp>
</circuit>
</project>