Can You Simplify a Parallel Adder SOP Expression Using Karnaugh Maps?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
kukumaluboy
Messages
61
Reaction score
1
1zgerub.jpg


My working:
S3 = A
S2 = B
S1 = C'
S0 = D'

F = Sum-Minterm(0, 1, 2, 4, 5, 8) (Basically i find when is X smaller then Y)
Used Kmap to arrive at
A'C' + B'C'D' + A'B'D'

Am i correct?
 
Physics news on Phys.org
Ok my formula was Si = Xi XOR Yi XOR C

That was wrong. Should be Ci. hmmmm

I need clue bro lol
 
Focus on the relationship between the output F and the inputs ABCD. In other words: treat the whole thing as a black box with inputs ABCD and output F.
 
So must i like do the excess-3 table and compare ab < cd values
 
"Excess-3", strictly speaking, operates on BCD (binary coded decimal) values. Since the input is not constrained to BCD, it's better to say "So must I like just add 3 to the input..."

Not making fun, just trying to make a fine point. And yes, then do the comparison.
 
yeayea! thank you man solved it lol. I was thinking it too complicatedly.