2,598 views
2 votes
2 votes

For what minimum value of propagation delay in each filp-flop will a 10 bit ripple counter skip a count, when it is clocked at 10 MHz?

a) 5 ns

b) 10 ns

c) 20 ns

d) 40 ns

2 Answers

2 votes
2 votes
Propagation delay is not affected even if the counter skips a count (number of flipflops remain same).

$f<=N*T_p$, where $f$ is the frequency, $N$ is the number of flipflops and $T_p$ is propagation delay.

$T_pmin=\frac{f}{N}=\frac{1}{T*N}sec=\frac{1}{10*10^6*10}sec=10 ns$. (Time period, $T=\frac{1}{f}$)
1 votes
1 votes
here CLK frequency is given = 10MHz

No of flip flops is given = 10

let Tpd be the propagation delay at each flip flop.

Now the clock frequency must be greater than the max delay in the ckt.

hence T(clk) >= No. of flip flop * Tpd               ----- 1

f (clk) max = 1/ T(clk)              --------2

from equation 1 and 2 :

tpd >= 1/(No of flip flop * f(clk))

by putting the values we will get tpd = 10ns.

Related questions

1 votes
1 votes
0 answers
1
sh!va asked Jan 9, 2018
343 views
In a 4-stage ripple counter, the propagation delay of a flip flop is 30 ns. If the pulse width of the strobe is 30 ns, the maximum frequency at which the counter operates...
1 votes
1 votes
0 answers
3
sh!va asked Jan 9, 2018
352 views
An ADC has a total conversion time of 200 μs. What is the highest frequency that its analog input should be allowed to contain?a ) 2.5 KHzb ) 25 KHzc) 250 KHzd) 0.25 KHz...
1 votes
1 votes
0 answers
4