1 Write the sequence of gates in the longest and shortest pa
1)
Write the sequence of gates in the longest and shortest paths. If there are multiple answers, list at least two answers. (e.g., A:NAND?F:NAND?H:NOR).
Suppose there is no clock skew. What is the maximum clock frequency of this circuit?
| 2) |
Solution
1)
A:NAND D:NOR H:NOR J:NAND
B:NAND E:NOR I:NOR J:NAND
A:NAND F:NAND
C:NAND G:NAND
2)
Taking the longest path...
TC = tpcq + 2*tNANDpd + 2*tNORpd + tsetup
TC = 40 ps + 50 ps + 40 ps + 30 ps
TC = 160 ps
Max. Frequency = (1 / Tc) = 6.25 GHz
