Exemplos de circuitos Digitais Falstad

De MediaWiki do Campus São José
Ir para navegação Ir para pesquisar

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