257 views
0 votes
0 votes
x and y are two n-bit numbers. These numbers are added by a n-bit carry lookahead adder, which uses k logic levels. If the average gate delay of carry lookahead adder is d then what will be the maximum delay of carry lookahead adder circuit?

a) n$^{2}$

b) kd

c) nkd

d) nd

explain briefly..

1 Answer

0 votes
0 votes
C4 = G3 + P3G2 + P3P2G1 + P3P2P1Go +P3P2P1PoCo

Gi=XiYi , Pi=Xi+Yi

Ci+1 = Gi + Pi(Ci)

At level1:  G3 =X3Y3, P3=X3+Y3, G2 =X2Y2, P2 =X2+Y2 ,G1 =X1Y1, P1 =x1+Y1,G0 =XoYo,Po=Xo+Y0  (AND OR GATES is used)

At level2:  P3G2 , P3P2G1 , P3P2P1Go ,P3P2P1PoCo (AND GATES is used)

At level3: C1 C2 C3 C4

At level 4: Sum you will get.

Average Gate delay is d and K level mentioned  Kd.

Related questions

0 votes
0 votes
0 answers
2
gikovi asked Sep 25, 2021
641 views
If F1 = ∑m(1,2,4,7) and F2 = ∑m(3,5,6,7), implement them using 3 to 8 line decoder. Comment on their logic operations.
1 votes
1 votes
2 answers
3
0 votes
0 votes
0 answers
4
Siddharth Bhardawaj asked Oct 8, 2018
237 views
The functionality implemented by the circuit below is explain briefly how it act as a 4:1 mux?