in Digital Logic retagged by
165 views
0 votes
0 votes

in Digital Logic retagged by
by
165 views

1 comment

to find no of NOR gates required for an SOP expression, u better find equivalent POS expression which is

$(\bar{B} +\bar{C} )(B +C )$

double negate the expression and u’ll get the min no of NOR gates to be 5.
1
1

1 Answer

1 vote
1 vote
You might have overlooked that the positioning in Kmap is 00 01 10 11, while its usually 00 01 11 10

So you should be getting 2 pairs (here) instead of a quad (usual):

B’C + BC’

i.e XOR gate

for XOR gate 5 XNORs are required.

Related questions