Mudanças entre as edições de "Exemplos de circuitos Digitais Falstad"

De MediaWiki do Campus São José
Ir para navegação Ir para pesquisar
 
Linha 8: Linha 8:
 
* Majority Logic
 
* Majority Logic
 
* 2-Bit Comparator
 
* 2-Bit Comparator
* 7-Segment LED Decoder  
+
* 7-Segment LED Decoder
 +
<html>
 +
<li><b>Combinational Logic</b><ul>
 +
<li id="xor"><a href="e-xor.html">Exclusive OR</a>
 +
 
 +
<li id="halfadd"><a href="e-halfadd.html">Half Adder</a>
 +
<li id="fulladd"><a href="e-fulladd.html">Full Adder</a>
 +
<li id="decoder"><a href="e-decoder.html">1-of-4 Decoder</a>
 +
<li id="mux3state"><a href="e-mux3state.html">2-to-1 Mux</a>
 +
<li id="majority"><a href="e-majority.html">Majority Logic</a>
 +
<li id="digcompare"><a href="e-digcompare.html">2-Bit Comparator</a>
 +
<li id="7segdecoder"><a href="e-7segdecoder.html">7-Segment LED Decoder</a>
 +
</ul>
 +
<li><b>Sequential Logic</b><ul>
 +
 
 +
<li><b>Flip-Flops</b><ul>
 +
<li id="nandff"><a href="e-nandff.html">SR Flip-Flop</a>
 +
<li id="clockedsrff"><a href="e-clockedsrff.html">Clocked SR Flip-Flop</a>
 +
<li id="masterslaveff"><a href="e-masterslaveff.html">Master-Slave Flip-Flop</a>
 +
<li id="edgedff"><a href="e-edgedff.html">Edge-Triggered D Flip-Flop</a>
 +
<li id="jkff"><a href="e-jkff.html">JK Flip-Flop</a>
 +
</ul>
 +
<li><b>Counters</b><ul>
 +
<li id="counter"><a href="e-counter.html">4-Bit Ripple Counter</a>
 +
 
 +
<li id="counter8"><a href="e-counter8.html">8-Bit Ripple Counter</a>
 +
<li id="synccounter"><a href="e-synccounter.html">Synchronous Counter</a>
 +
<li id="deccounter"><a href="e-deccounter.html">Decimal Counter</a>
 +
<li id="graycode"><a href="e-graycode.html">Gray Code Counter</a>
 +
<li id="johnsonctr"><a href="e-johnsonctr.html">Johnson Counter / Decade Counter</a>
 +
</ul>
 +
<li id="divideby2"><a href="e-divideby2.html">Divide-by-2</a>
 +
<li id="divideby3"><a href="e-divideby3.html">Divide-by-3</a>
 +
<li id="traffic"><a href="e-traffic.html">Traffic Light</a>
 +
 
 +
<li id="dram"><a href="e-dram.html">Dynamic RAM</a>
 +
</ul>
 +
 
 +
</html>
  
 
==Sequential Logic==
 
==Sequential Logic==

Edição atual tal como às 09h42min de 14 de março de 2011

Combinational Logic

  • Ou exclusivo
  • Half Adder
  • Full Adder
  • 1-of-4 Decoder
  • 2-to-1 Mux
  • Majority Logic
  • 2-Bit Comparator
  • 7-Segment LED Decoder

<html>

  • Combinational Logic
    • <a href="e-xor.html">Exclusive OR</a>
    • <a href="e-halfadd.html">Half Adder</a>
    • <a href="e-fulladd.html">Full Adder</a>
    • <a href="e-decoder.html">1-of-4 Decoder</a>
    • <a href="e-mux3state.html">2-to-1 Mux</a>
    • <a href="e-majority.html">Majority Logic</a>
    • <a href="e-digcompare.html">2-Bit Comparator</a>
    • <a href="e-7segdecoder.html">7-Segment LED Decoder</a>
  • Sequential Logic
    • Flip-Flops
      • <a href="e-nandff.html">SR Flip-Flop</a>
      • <a href="e-clockedsrff.html">Clocked SR Flip-Flop</a>
      • <a href="e-masterslaveff.html">Master-Slave Flip-Flop</a>
      • <a href="e-edgedff.html">Edge-Triggered D Flip-Flop</a>
      • <a href="e-jkff.html">JK Flip-Flop</a>
    • Counters
      • <a href="e-counter.html">4-Bit Ripple Counter</a>
      • <a href="e-counter8.html">8-Bit Ripple Counter</a>
      • <a href="e-synccounter.html">Synchronous Counter</a>
      • <a href="e-deccounter.html">Decimal Counter</a>
      • <a href="e-graycode.html">Gray Code Counter</a>
      • <a href="e-johnsonctr.html">Johnson Counter / Decade Counter</a>
    • <a href="e-divideby2.html">Divide-by-2</a>
    • <a href="e-divideby3.html">Divide-by-3</a>
    • <a href="e-traffic.html">Traffic Light</a>
    • <a href="e-dram.html">Dynamic RAM</a>

    </html>

    Sequential Logic

    • SR Flip-Flop
    • Clocked SR Flip-Flop
    • Edge-Triggered D Flip-Flop
    • JK Flip-Flop
    • 4-Bit Ripple Counter
    • 8-Bit Ripple Counter
    • Synchronous Counter
    • Decimal Counter
    • Gray Code Counter
    • Johnson Counter / Decade Counter
    • Divide-by-2
    • Divide-by-3
    • Traffic Light
    • Dynamic RAM