retagged by
6,684 views

2 Answers

15 15 votes
Consider n-bit Ripple Carry Adder.
Total Delay = Delay_Sum + (n-1) Delay_Carry
Here, n=8.
90ns = 34 ns + 7 * Delay_Carry
56ns = 7 * Delay_Carry
Delay_Carry= 8ns
10 10 votes
Sum in ripple carry adder is --> $max( Sum, Carry)$ $for$ $MSB+$ $delay$ $to$ $produce$ $carry$ $of$ $N-1bits$

now given sum takes $34ns$ it can be clearly seen that for the last bit $Max(sum,carry)$ is $sum$ only

So the carry generation for $N-1=8-1=7bits$ has taken $90-34=56ns$

so time to produce carry $\dfrac{56}{7}=8ns$

$D$ $is$ $the$ $answer$
Answer:
Position:
Show:

Related questions

11 11 votes
3 3 answers
5.7k
5.7k views
Satbir asked Jan 13, 2020
5,690 views
If $ABCD$ is a $4$-bit binary number, then what is the code generated by the following circuit?BCD codeGray code$8421$ codeExcess-$3$ code
15 15 votes
3 3 answers
11.5k
11.5k views
Satbir asked Jan 13, 2020
11,530 views
Minimum number of NAND gates required to implement the following binary equation$Y = (\overline{A}+\overline{B})(C+D)$$4$$5$$3$$6$
4 4 votes
3 3 answers
5.7k
5.7k views
Satbir asked Jan 13, 2020
5,705 views
Consider the following circuitThe function by the network above is$\overline{AB}E+EF+\overline{CD}F$$(\overline{E}+AB\overline{F})(C+D+\overline{F})$$(\overline{AB}+E)(\o...
4 4 votes
2 2 answers
5.1k
5.1k views
Satbir asked Jan 13, 2020
5,088 views
Following Multiplexer circuit is equivalent toSum equation of full adderCarry equation of full adderBorrow equation for full subtractorDifference equation of a full subtr...