1,220 views
1 votes
1 votes

Count the 2 Input And, OR and EX-OR gates required in Carry Generator and Look ahead adder.

Note :- In the question it is asking about 2 input, not multiple input,

for Multiple input AND gates in n bit carry generator we require (n(n+1))/2 and OR Gates n.

2 Answers

0 votes
0 votes
If we look at the expression we get an idea

C1 = G0 + P0C0

C2= G1 + G0P1 + P0P1C0

C3= G2 + P2G1 + P0P1P2C0 + G0P1P2

For C1 no. Of and gates= 1

For C2 = 1+2

For C3 = 1+2+3

For Cn = 1+2+3+4....+n

So total  = ∑r(r+1)/2  where r varies from 1 to n.

Or gates for C1 = 1

                For C2 = 2

                For C3 = 3

                For Cn = n

So total = n(n+1)/2

Related questions

1 votes
1 votes
2 answers
1
Puja Mishra asked Dec 18, 2017
752 views
can anyone tell me wat is the right equation for carry generator in carry lookahead adder ?? Confused ..$ C_{i} = G_{i}+P_{i}C_{i-1}$$ C_{i+1}=G_{}i+P_{}iC_{}i$
2 votes
2 votes
2 answers
2
Sandeep Singh asked Jan 13, 2016
1,240 views
The number of AND gates are present inside a 5-bit carry look ahead generator circuit are ______.
0 votes
0 votes
0 answers
4
junaid ahmad asked Dec 8, 2017
732 views
Q.A one bit full adder takes 75 nsec to produce sum and 50 nsec to produce carry.A 4 bit parallel adder is designed using this type of full adder. The maximum rate of add...