in Digital Logic recategorized by
846 views
1 vote
1 vote

Which of the following conditions must be met to avoid race around problem?

  1. $\Delta t< t_{p}< T$
  2. $T>\Delta t> t_{p}$
  3. $2t_{p}< \Delta t< T$
  4. none of these
in Digital Logic recategorized by
by
846 views

1 Answer

1 vote
1 vote
OPTION B

T>Δt>tp

Race condition is nothing but toggling of values...this toggling cannot be used if it toggles more in the clock period... i.e it occurs when the time period of the clock pulse is greater than the propagation delay of the flip flop so answer will be

T>Δt>tp conditions must be met to avoid race around problem.

where T=the time period of the clock pulse is greater

tp= propagation delay of the flip flop

1 comment

Here individual terms are not defined, then how shall we able to understand which option to choose ??
0
0