Skip to content

Commit 50cc60f

Browse files
committed
First version of L6
1 parent 16f1ca1 commit 50cc60f

26 files changed

Lines changed: 871 additions & 47 deletions

06_FlipFlops.md

Lines changed: 275 additions & 47 deletions
Large diffs are not rendered by default.
32.6 KB
Loading
59.1 KB
Loading
52.7 KB
Loading
53.8 KB
Loading

images/05_FlipFlops/DLatch_NOR.png

5.45 KB
Loading
791 Bytes
Loading
13.7 KB
Loading
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<project source="2.7.1" version="1.0">
3+
This file is intended to be loaded by Logisim (http://www.cburch.com/logisim/).
4+
5+
<lib desc="#Wiring" name="0"/>
6+
<lib desc="#Gates" name="1"/>
7+
<lib desc="#Plexers" name="2"/>
8+
<lib desc="#Arithmetic" name="3"/>
9+
<lib desc="#Memory" name="4"/>
10+
<lib desc="#I/O" name="5"/>
11+
<lib desc="#Base" name="6">
12+
<tool name="Text Tool">
13+
<a name="text" val=""/>
14+
<a name="font" val="SansSerif plain 12"/>
15+
<a name="halign" val="center"/>
16+
<a name="valign" val="base"/>
17+
</tool>
18+
</lib>
19+
<main name="main"/>
20+
<options>
21+
<a name="gateUndefined" val="ignore"/>
22+
<a name="simlimit" val="1000"/>
23+
<a name="simrand" val="0"/>
24+
</options>
25+
<mappings>
26+
<tool lib="6" map="Button2" name="Menu Tool"/>
27+
<tool lib="6" map="Button3" name="Menu Tool"/>
28+
<tool lib="6" map="Ctrl Button1" name="Menu Tool"/>
29+
</mappings>
30+
<toolbar>
31+
<tool lib="6" name="Poke Tool"/>
32+
<tool lib="6" name="Edit Tool"/>
33+
<tool lib="6" name="Text Tool">
34+
<a name="text" val=""/>
35+
<a name="font" val="SansSerif plain 12"/>
36+
<a name="halign" val="center"/>
37+
<a name="valign" val="base"/>
38+
</tool>
39+
<sep/>
40+
<tool lib="0" name="Pin">
41+
<a name="tristate" val="false"/>
42+
</tool>
43+
<tool lib="0" name="Pin">
44+
<a name="facing" val="west"/>
45+
<a name="output" val="true"/>
46+
<a name="labelloc" val="east"/>
47+
</tool>
48+
<tool lib="1" name="NOT Gate"/>
49+
<tool lib="1" name="AND Gate"/>
50+
<tool lib="1" name="OR Gate"/>
51+
</toolbar>
52+
<circuit name="main">
53+
<a name="circuit" val="main"/>
54+
<a name="clabel" val=""/>
55+
<a name="clabelup" val="east"/>
56+
<a name="clabelfont" val="SansSerif plain 12"/>
57+
<wire from="(240,270)" to="(270,270)"/>
58+
<wire from="(550,250)" to="(600,250)"/>
59+
<wire from="(300,270)" to="(350,270)"/>
60+
<wire from="(380,270)" to="(430,270)"/>
61+
<wire from="(240,230)" to="(240,270)"/>
62+
<wire from="(200,270)" to="(240,270)"/>
63+
<wire from="(460,270)" to="(500,270)"/>
64+
<wire from="(240,230)" to="(500,230)"/>
65+
<comp lib="1" loc="(550,250)" name="AND Gate">
66+
<a name="inputs" val="2"/>
67+
</comp>
68+
<comp lib="6" loc="(205,301)" name="Text">
69+
<a name="text" val="E"/>
70+
<a name="font" val="SansSerif plain 18"/>
71+
</comp>
72+
<comp lib="1" loc="(460,270)" name="NOT Gate"/>
73+
<comp lib="6" loc="(594,297)" name="Text">
74+
<a name="text" val="A"/>
75+
<a name="font" val="SansSerif plain 18"/>
76+
</comp>
77+
<comp lib="1" loc="(300,270)" name="NOT Gate"/>
78+
<comp lib="1" loc="(380,270)" name="NOT Gate"/>
79+
</circuit>
80+
</project>
1.52 KB
Loading

0 commit comments

Comments
 (0)