3,839 views
1 votes
1 votes
A one bit adder takes 75ns to produce sum and 50 ns to produce carry A 4 bit parallel adder is designed using this type of full adder .the maximum rate of addition per second can be provided by 4 bit parallel adder is A *10^6 , A ?

1 Answer

Best answer
6 votes
6 votes

For one Flip flop

Sum Time = 75ns

Carry Time = 50ns

Consider this four bit parallel adder:-

Consider this Time-Action Table:-

Time (ns) Action Performed
0 ff0 start working
50 ff0 generate carry for ff1, thus ff1 start working
100 ff1 generate carry for ff2, thus ff2 start working
150 ff2 generate carry for ff3, thus ff3 start working
225 ff3 generate the final result.

Calculation Part:-

From above table we can see that for performing 1 addition opr it require 225ns

1 addition ---- 225ns

1/(225 * 10^-9) -------- 1 second

4.44 * 10 ^6 addition ------- 1 second

So, the value of A is 4.44.

selected by

Related questions

0 votes
0 votes
0 answers
1
Iqra Javed asked Jul 21, 2023
346 views
Construct a BCD-to-excess-3-code converter with a 4-bit adder. Remember that the excess-3 code digit is obtained by adding three to the corresponding BCD digit. What mus...
0 votes
0 votes
0 answers
3
M.Zain asked Dec 30, 2022
139 views
0 votes
0 votes
1 answer
4
val_pro20 asked May 16, 2019
1,120 views
$Exclusive-OR$ gate has a propagation delay of $10$ ns and that the $AND$ or $OR$ gates have a propagation delay of $5$ ns.What is the total propagation delay time in the...