Esercitazioni pratiche di elettronica/Logica Combinatoria/Il Sommatore completo o Full-Adder: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Rdgmus (discussione | contributi)
Nessun oggetto della modifica
Rdgmus (discussione | contributi)
Nessun oggetto della modifica
Riga 37:
***'''Tabella di verità del Sommatore Completo o con riporto'''
{| BORDER="1" CELLSPACING="0" CELLPADDING="2"
! CYINCyIn !! B !! A !! SUM !! CYOUTCyOut
|-
| 0|| 0||0|| '''0''' || '''0'''
Riga 72:
**'''Funzione SUM'''
 
<math>SUM = {\bar CYINoverline{CyIn} \bar B A + \overline{CyIn} B \bar CYINA + CyIn * \bar B \bar A+ CyIn * B A</math>
 
<math>SUM = \overline{CyIn} ( \bar B A + B \bar A) + CyIn * (\bar B \bar A+ B A)</math>
 
<math>SUM = \overline{CyIn} (B \oplus A) + CyIn * (\overline{B \oplus A})</math>
 
<math>SUM = CyIn \oplus (AB) </math>
 
**'''Funzione CYOUT'''