For the synchronous circuit below CLK input not shown Find t
For the synchronous circuit below (CLK input not shown): Find the maximum operating frequency and the time at which output Z becomes usable after the active edge of the clock. Consider only the following paths: Path 1: Input X, OR gate, flip-flop 1. Path 2: Output Ql, XOR gate, flip-flop 0. Assume the following delays:
Solution
a) Maximum Operating Frequency:
fmax = 1/maximum delay(critical path delay).
for the given circuit and delay values the path with maximum delay is Path-1 because
path-1 delay = Tpd(X) + Tpd (OR) + Tsu + Tpd (Flip-flop) = 14+8+10+7 = 39 nsec
path-2 delay = Tpd (Flip-flop) + Tpd (XOR) + Tsu = 7+20+10 = 37 nsec
Therefore maximum operating frequency = 1/39nsec = 25.641 MHz.
b) Output Z i dependent on only Q1 and Q0.
so the delay from clock edge to output Z is equal to Tpd (Flip-flop) +Tpd (AND) = 7+9 = 16nsec.
i.e After 16nsec after clock active edge output is usable.
