|
发表于 2010-2-10 13:37:14
|
显示全部楼层
Flip-Flop use 2 latches to capture data on edge.
So, latch delay is smaller, but leak current higher.
For ex:
if you use Flip-Flop, your data must be stable before clock rising edge.
but, if you use latch, data change can be delay until before falling edge. ( if it is a HIGH transparent latch).
Usually, we will use latch under such situation:
Flip-Flop + latch + Flip-Flop,
we dont like to use
latch+latch+ latch
Except timing borrow, latch also can fix big hold time issue. |
|