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
(Criou página com '# Combinational Logic * [http://www.falstad.com/circuit/e-xor.html Ou exclusivo] * Half Adder * Full Adder * 1-of-4 Decoder * 2-to-1 Mux * Majority Logi...')
 
 
(Uma revisão intermediária pelo mesmo usuário não está sendo mostrada)
Linha 1: Linha 1:
# Combinational Logic
+
==Combinational Logic==
  
    * [http://www.falstad.com/circuit/e-xor.html  Ou exclusivo]
+
* [http://www.falstad.com/circuit/e-xor.html  Ou exclusivo]
    * Half Adder
+
* Half Adder
    * Full Adder
+
* Full Adder
    * 1-of-4 Decoder
+
* 1-of-4 Decoder
    * 2-to-1 Mux
+
* 2-to-1 Mux
    * 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>
  
# Sequential Logic
+
<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>
  
    * Flip-Flops
+
<li><b>Flip-Flops</b><ul>
          o SR Flip-Flop
+
<li id="nandff"><a href="e-nandff.html">SR Flip-Flop</a>
          o Clocked SR Flip-Flop
+
<li id="clockedsrff"><a href="e-clockedsrff.html">Clocked SR Flip-Flop</a>
          o Master-Slave Flip-Flop
+
<li id="masterslaveff"><a href="e-masterslaveff.html">Master-Slave Flip-Flop</a>
          o Edge-Triggered D Flip-Flop
+
<li id="edgedff"><a href="e-edgedff.html">Edge-Triggered D Flip-Flop</a>
          o JK Flip-Flop  
+
<li id="jkff"><a href="e-jkff.html">JK Flip-Flop</a>
    * Counters
+
</ul>
          o 4-Bit Ripple Counter
+
<li><b>Counters</b><ul>
          o 8-Bit Ripple Counter
+
<li id="counter"><a href="e-counter.html">4-Bit Ripple Counter</a>
          o Synchronous Counter
+
 
          o Decimal Counter
+
<li id="counter8"><a href="e-counter8.html">8-Bit Ripple Counter</a>
          o Gray Code Counter
+
<li id="synccounter"><a href="e-synccounter.html">Synchronous Counter</a>
          o Johnson Counter / Decade Counter  
+
<li id="deccounter"><a href="e-deccounter.html">Decimal Counter</a>
    * Divide-by-2
+
<li id="graycode"><a href="e-graycode.html">Gray Code Counter</a>
    * Divide-by-3
+
<li id="johnsonctr"><a href="e-johnsonctr.html">Johnson Counter / Decade Counter</a>
    * Traffic Light
+
</ul>
    * Dynamic RAM
+
<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==
 +
 
 +
*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

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