1 / 17

Flip Flop

Flip Flop. 主講人:林佳慶 http://www.cis.nctu.edu.tw/~jacklin/ jacklin@cis.nctu.edu.tw. Outline. Propagation Delay Review 循序電路 SR Latch D Flip-Flop JK Flip-Flop Example. Propagation Delay. Gate Delay. Timing Diagram. equivalent to “ Switch ”. equivalent to “ Inverter ”.

kemal
Download Presentation

Flip Flop

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Flip Flop 主講人:林佳慶 http://www.cis.nctu.edu.tw/~jacklin/ jacklin@cis.nctu.edu.tw

  2. Outline • Propagation Delay Review • 循序電路 • SR Latch • D Flip-Flop • JK Flip-Flop • Example

  3. Propagation Delay Gate Delay

  4. Timing Diagram equivalent to “Switch” equivalent to “Inverter”

  5. Conclusion of Time Delay • The overall gate delay will determine the speed of the circuit. • The gate delay can not be displayed in the logic simulator. • In the Xilinx, the gate delay can be observed in the simulator after implementation, next to the function block of implementation.

  6. CLK 循序電路(1/2) • 組合電路(Combinational circuit)並不會儲存之前發生過的狀態,循序電路(Sequential circuit)會根據目前的狀態來決定下一次的輸出狀態

  7. Reset Next Next Next Next Next 0 1 2 3 4 5 Reset Reset Reset Reset Next/Reset 循序電路(2/2) • Example:計數器

  8. SR Latch(1/4) • 由二個NOR構成的正緣觸發SR正反器 • S=1,Q設為1;R=1,Q設為0

  9. SR Latch(2/4) • 正緣觸發的時序圖

  10. SR Latch(3/4) • 下圖的SR正反器由二個NAND構成,具有回饋電路,不同前者的是,以負緣觸發

  11. SR Latch(4/4) • 具有控制訊號的SR正反器

  12. D Latch(1/2)

  13. D Latch(2/2) • 負緣觸發D正反器 的時序圖

  14. JK Filp-Flop • Master-Slave JK Flip-Flop(pulse-triggered flip-flop)

  15. Flip-Flop Characteristic Tables 相當於將JK Flip-Flop的輸入接在一起

  16. Q1Q0Q1+Q0+D1D0 0 0 0 1 0 1 0 1 1 0 1 0 1 0 1 1 1 1 1 1 0 0 0 0 D1 Q0 Q1 D0 DFF DFF CLK 範例:以D正反器建立二位元計數器 • 取得D正反器的Function Table • 畫出2-bit counter with D Filp-Flop的Next-State Table 00 01 10 11

  17. 範例:以D正反器建立二位元計數器 • 以觀察歸納或K-map導出D1/D0的Boolean Equation D0=~(CLK) D1=Q0 XOR Q1

More Related