Dan's Brain

Circuiti Combinatori


Decoder

Funzione di indirizzamento

  • INPUT

    n

  • OUTPUT

    2^n

Multiplexer

Puo' implementare una qualsiasi funzione n-aria, esiste anche un Demultiplexer

  • INPUT

    2^n

  • Controllo

    n

  • OUTPUT

    1

Comparatori

  • INPUT

    due serie da n bit l’una

  • OUTPUT

    1 se uguali 0 se diversi

  • Implementazione

    NOR(In1 XOR In2)

Shifter

Implementa la moltiplicazione binaria

  • INPUT

    n bit

  • OUTPUT

    n bit << o >> di 1 bit

  • Controllo

    Determina la direzione dello shift

Adder

Implementa la somma half-adder e riporto/carry –> full-adder

ALU

1 Linked References

C ➦

  1. Digital Logic

Links to this note