Recent questions tagged carry-generator

3 votes
3 answers
1
1 votes
3 answers
4
0 votes
2 answers
7
0 votes
1 answer
8
One ripple carry adder is adding two n-bit integers. The time complexity to perform addition using this adder is (We know carry look ahead adder takes time log n. Is it s...
1 votes
1 answer
9
How to analyse the delays of Ripple carry adder and Carry look ahead adder.Please explain with Example.
1 votes
2 answers
10
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$
0 votes
0 answers
11
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...
2 votes
0 answers
12
The condition for overflow in the addition of two 2's complement numbers in terms of the carry propagated by the two most significant bits is ___________.
1 votes
2 answers
14
(i) Ci +1= Gi+ PiCi(ii) Ci +1= G(i+1) + P(i+1)Cihttps://www.youtube.com/watch?v=9lyqSVKbyz8&index=116&list=PLBlnK6fEyqRjMH3mWf6kwqiTbT798eAOmi or ii ?
2 votes
2 answers
15
70 votes
6 answers
16
Given two three bit numbers $a_{2}a_{1}a_{0}$ and $b_{2}b_{1}b_{0}$ and $c$ the carry in, the function that represents the carry generate function when these two numbers ...
To see more, click for the full list of questions or popular tags.