CSCI 255, ENGR 274, ECE 212 -- 19 October, 2000

Announcements

Feedback

Edges and levels

TypeInputs are sampledOutputs are valid
Unclocked latchAlwaysProgation delay from input change
Level-sensitive latchClock highProgation delay from input change
Postive-edge flip-flopClock low-to-high transitionProgation delay from rising edge of clock
Negative-edge flip-flopClock high-to-low transitionProgation delay from falling edge of clock

Clocking event parameters

Tsu
Setup time -- before the clock
Th
Hold time -- before after clock

J-K Flip-flops