DIGITAL LOGIC CIRCUITS 20111875 조수경 2012-09-151DIGITAL LOGIC CIRCUITS.

Slides:



Advertisements
Similar presentations
Tutorial 2 Sequential Logic. Registers A register is basically a D Flip-Flop A D Flip Flop has 3 basic ports. D, Q, and Clock.
Advertisements

Registers and Counters. Register Register is built with gates, but has memory. The only type of flip-flop required in this class – the D flip-flop – Has.
Sequential Digital Circuits Dr. Costas Kyriacou and Dr. Konstantinos Tatas.
1 Lecture 14 Memory storage elements  Latches  Flip-flops State Diagrams.
CHAPTER 3 Sequential Logic/ Circuits.  Concept of Sequential Logic  Latch and Flip-flops (FFs)  Shift Registers and Application  Counters (Types,
ECE 331 – Digital System Design Latches and Flip-Flops (Lecture #17) The slides included herein were taken from the materials accompanying Fundamentals.
CPS3340 COMPUTER ARCHITECTURE Fall Semester, /23/2013 Lecture 7: Computer Clock & Memory Elements Instructor: Ashraf Yaseen DEPARTMENT OF MATH &
ReturnNext  Latch : a sequential device that watches all of its inputs continuously and changes its outputs at any time, independent of a clocking signal.
Sequential Circuits : Part I Read Sections 5-1, 5-2, 5-3.
Sequential Logic Computer Organization Ellen Walker Hiram College Figures from Computer Organization and Design 3ed, D.A. Patterson & J.L. Hennessey, Morgan.
Dr. ClincyLecture1 Appendix A – Part 2: Logic Circuits Current State or output of the device is affected by the previous states Circuit Flip Flops New.
Digital Logic Design Brief introduction to Sequential Circuits and Latches.
EKT 124 / 3 DIGITAL ELEKTRONIC 1
Sequential circuit Digital electronics is classified into combinational logic and sequential logic. In combinational circuit outpus depends only on present.
EECC341 - Shaaban #1 Lec # 13 Winter Sequential Logic Circuits Unlike combinational logic circuits, the output of sequential logic circuits.
ENGIN112 L20: Sequential Circuits: Flip flops October 20, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 20 Sequential Circuits: Flip.
CS 151 Digital Systems Design Lecture 20 Sequential Circuits: Flip flops.
A clocked synchronous state-machine changes state only when a triggering edge or “tick” occurs on the clock signal. ReturnNext  “State-machine”: is a.
Chapter 3 Continued Logic Gates Logic Chips Combinational Logic Timing Sequential Logic Flip Flops Registers Memory State Machines.
Sequential logic and systems
Chapter 3: Sequential Logic Circuit EKT 121 / 4 ELEKTRONIK DIGIT 1.
Flip Flops. Clock Signal Sequential logic circuits have memory Output is a function of input and present state Sequential circuits are synchronized by.
ECE 301 – Digital Electronics Flip-Flops and Registers (Lecture #15)
Components used in the the Project J-K Flip Flop Switch Power Alternator 7-Segment Display Coded Decimal (BCD) Display.
Digital Integrated Circuits© Prentice Hall 1995 Sequential Logic SEQUENTIAL LOGIC.
Sequential Logic. Logic Styles Combinational circuits – Output determined solely by inputs – Can draw solely with left-to-right signal paths.
Introduction to Sequential Logic Design Flip-flops.
Flip Flop
Flip_Flops  Logic circuits are classified ito two groups  1. The combinational logic circuits,using the basic gates AND,OR and NOT.  2. Sequential.
Introduction to Sequential Logic Design Flip-flops.
Flip Flops 3.1 Latches and Flip-Flops 3 ©Paul Godin Created September 2007 Last Edit Aug 2013.
ECA1212 Introduction to Electrical & Electronics Engineering Chapter 9: Digital Electronics – Sequential Logic by Muhazam Mustapha, November 2011.
Computer Architecture and Organization Unit -1. Digital Logic Circuits – Logic Gates – Boolean Algebra – Map Simplification – Combinational Circuits –
1 Lecture #11 EGR 277 – Digital Logic Ch. 5 - Synchronous Sequential Logic There are two primary classifications of logic circuits: 1.Combinational logic.
© BYU 11b MSFF Page 1 ECEn 224 MSFF Master/Slave Flip Flops.
CEC 220 Digital Circuit Design Latches and Flip-Flops Monday, March 03 CEC 220 Digital Circuit Design Slide 1 of 19.
Synchronous Sequential Logic A digital system has combinational logic as well as sequential logic. The latter includes storage elements. feedback path.
Chapter 6 – Digital Electronics – Part 1 1.D (Data) Flip Flops 2.RS (Set-Reset) Flip Flops 3.T Flip Flops 4.JK Flip Flops 5.JKMS Flip Flops Information.
A latch is a temporary storage device that has two stable states (bistable). It is a basic form of memory. The S-R (Set-Reset) latch is the most basic.
Synchronous Sequential Circuits by Dr. Amin Danial Asham.
Flip Flops 3.1 Latches and Flip-Flops 3 ©Paul Godin Created September 2007 Last Edit Aug 2013.
Dept. of Electrical Engineering
CSE260 Revision Final. MSI a) Implement the following function with 8:1 mux F(A,B,C,D) =∑(0,1,3,4,8,9,15) b) Construct AND, OR and NOT gates using 2:1.
Sequential Logic Circuit Design Eng.Maha Alqubali.
Computer Science 210 Computer Organization
LATCHES AND FLIP-FLOPS
Class Exercise 1B.
Chapter #6: Sequential Logic Design
Flip Flops.
FIGURE 5.1 Block diagram of sequential circuit
Digital Design Lecture 9
DR S. & S.S. GHANDHY ENGINEENRING COLLEGE
Computer Science 210 Computer Organization
CSE 140 MT 2 Review By Daniel Knapp.
Introduction to Sequential Logic Design
Latches and Flip-flops
Sequential logic circuits
CS Fall 2005 – Lec. #5 – Sequential Logic - 1
Computer Science 210 Computer Organization
Elec 2607 Digital Switching Circuits
Excitation Vectors Input Combinational Logic Memory Output States.
COE 202: Digital Logic Design Sequential Circuits Part 4
Computer Architecture and Organization: L02: Logic design Review
Excitation Vectors Input Combinational Logic Memory Output States.
Reference: Chapter 5 Sequential Circuits Moris Mano 4th Ediditon
FLIP-FLOPS.
Sequential Logic.
Flip Flops Unit-4.
CMPE212 Discussion 11/21/2014 Patrick Sykes
Sequential Digital Circuits
Presentation transcript:

DIGITAL LOGIC CIRCUITS 조수경 DIGITAL LOGIC CIRCUITS

CONTENTS 1.BASIC LOGIC BLOCK 2.FILP-FLOPS(F/F) 3.DIFFERENCE OF LATCH & F/F 4.Master-Slave F/F 5.CLOCK PERIOD 6.SEQUENTIAL CIRCUITS 1.REGISTERS 2.COUNTERS * LOGIC CIRCUIT DESIGN EXAMPLE DIGITAL LOGIC CIRCUITS

BASIC LOGIC BLOCK Combinational Logic Block –Output value decided by the current input value. –There is no memory cell. –MUX, Encoder, Decoder, Parity Checker, Parity Generator, etc. Sequential Logic Block –Output value decided by 2 values. The current input value and state value of the block. –There is memory cell. –F/F Memory cell’s feedback line DIGITAL LOGIC CIRCUITS

CLOCKED F/F DIGITAL LOGIC CIRCUITS

LATCH? FLIP FLOPS? Latches Positive Edge-triggered F/F DIGITAL LOGIC CIRCUITS

Master-Slave F/F Act when CP is rising or falling. Master slave JK F/F is prevent about race around. SR2 Inactive SR1 Active SR2 Active SR1 Inactive SR2 Inactive SR1 Active SR1 SR DIGITAL LOGIC CIRCUITS

SR2 Inactive SR1 Active SR2 Active SR1 Inactive SR2 Inactive SR1 Active SR1 SR DIGITAL LOGIC CIRCUITS

Clock Period CLOCK PERIOD T = CPU 속도의 역수 = t d + t s + t h Setup timeHold time DIGITAL LOGIC CIRCUITS

Sequential Circuits - Register DIGITAL LOGIC CIRCUITS

Sequential Circuits - Counter DIGITAL LOGIC CIRCUITS

LOGIC CURCUIT DESIGN EXAMPLE DIGITAL LOGIC CIRCUITS

THANK YOU DIGITAL LOGIC CIRCUITS