summaryrefslogtreecommitdiff
path: root/3860/CH2/EX2.11/Ex2_11.txt
blob: 6727d6c01454537bbc4c4266511eefaa5147482b (plain)
1
2
3
4
5
6
7
8
9
10
11
 For the full adder C is used as Cin 

 Cout = a'bc + ab'c + abc' + abc

 s = a'b'c + a'bc' + ab'c' + abc

 The simplified expression of Cout is as given below

 Cout = bc + ac + ab

 s is already in minimum SOP form