1-Bit Adder
0 Stars     1 Views    

Author: Husam El-Issa

Forked from: Husam El-Issa/2-Bit Adder

Project access type: Public

Description:

We can also design the adder using the Truth table and generate the SOPs

SOP for Result:  

!A!BCin + !AB!Cin + A!B!Cin + ABCin  

Cin(!A!B + AB) + !Cin(!AB + A!B)    (Distribution law) 

Cin (A XOR B) + !Cin(A XOR B) 

Cin XOR (A XOR B) 

SOP for Carry Out:  

!ABCin + AB!Cin + AB!Cin + ABCin 

AB + BCin + ACin 


Created: Apr 23, 2024

Updated: Apr 23, 2024


Comments

You must login before you can post a comment.