Chapter 11_2 (10_2 edition 8) Sequential Circuits etc.

Slides:



Advertisements
Similar presentations
Assembly Language for Intel-Based Computers, 4 th Edition Chapter 1: Basic Concepts (c) Pearson Education, All rights reserved. You may modify and.
Advertisements

A. Abhari CPS2131 Sequential Circuits Most digital systems like digital watches, digital phones, digital computers, digital traffic light controllers and.
Digital Electronics Lecture 7 Sequential Logic Circuit Design.
1 Fundamentals of Computer Science Sequential Circuits.
Digital Logic Chapter 5 Presented by Prof Tim Johnson
Sequential Circuits1 DIGITAL LOGIC DESIGN by Dr. Fenghui Yao Tennessee State University Department of Computer Science Nashville, TN.
Introduction to Sequential Logic Design Bistable elements Latches.
Module 12.  In Module 9, 10, 11, you have been introduced to examples of combinational logic circuits whereby the outputs are entirely dependent on the.
1 Sequential Circuits –Digital circuits that use memory elements as part of their operation –Characterized by feedback path –Outputs depend not only on.
Logical Circuit Design Week 11: Sequential Logic Circuits Mentor Hamiti, MSc Office ,
CSCE 211: Digital Logic Design. Chapter 6: Analysis of Sequential Systems.
Computing Machinery Chapter 5: Sequential Circuits.
1 Sequential Circuits Dr. Pang. 2 Outline Introduction to sequential circuits Basic latch Gated SR latch and gated D latch D flip-flop, T flip-flop, JK.
Sequential circuit Digital electronics is classified into combinational logic and sequential logic. In combinational circuit outpus depends only on present.
Appendix B Digital Logic. Irvine, Kip R. Assembly Language for Intel-Based Computers, NOT AND OR XOR NAND NOR Truth Tables Boolean Operators.
Gheorghe M. Ştefan
Sequential Logic Flip-Flops and Related Devices Dr. Rebhi S. Baraka Logic Design (CSCI 2301) Department of Computer Science Faculty.
ENGIN112 L20: Sequential Circuits: Flip flops October 20, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 20 Sequential Circuits: Flip.
1 Chapter 4 Combinational and Sequential Circuit.
CS 151 Digital Systems Design Lecture 20 Sequential Circuits: Flip flops.
ECE 301 – Digital Electronics Introduction to Sequential Logic Circuits (aka. Finite State Machines) and FSM Analysis (Lecture #17)
ECE 331 – Digital Systems Design Introduction to Sequential Logic Circuits (aka. Finite State Machines) and FSM Analysis (Lecture #19)
Sequential Logic Combination logic: outputs are based on a combination of present inputs only. Sequential logic: outputs depend on present and past inputs.
Sequential Circuit Introduction to Counter
Sequential logic and systems
Sequential Circuit  It is a type of logic circuit whose output depends not only on the present value of its input signals but on the past history of its.
SEQUENTIAL CIRCUITS USING TTL 74XX ICS
Sequential Circuits Chapter 4 S. Dandamudi To be used with S. Dandamudi, “Fundamentals of Computer Organization and Design,” Springer,  S.
Registers and Counters
Test #2 Combinational Circuits – MUX Sequential Circuits – Latches – Flip-flops – Clocked Sequential Circuits – Registers/Shift Register – Counters – Memory.
Digital Electronics and Computer Interfacing Tim Mewes 3. Digital Electronics.
Lecture 10 Topics: Sequential circuits Basic concepts Clocks
Introduction to Digital Logic Design Appendix A of CO&A Dr. Farag
2017/4/24 CHAPTER 6 Counters Chapter 5 (Sections )
1 Lecture 22 Sequential Circuits Analysis. 2 Combinational vs. Sequential  Combinational Logic Circuit  Output is a function only of the present inputs.
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.
Synchronous Sequential Circuits by Dr. Amin Danial Asham.
Digital Computer Concept and Practice Copyright ©2012 by Jaejin Lee Logic Circuits II.
The George Washington University School of Engineering and Applied Science Department of Electrical and Computer Engineering ECE122 – Lab 7 Binary Counter.
1 Lecture #11 EGR 277 – Digital Logic Ch. 5 - Synchronous Sequential Logic There are two primary classifications of logic circuits: 1.Combinational logic.
Synchronous Sequential Logic A digital system has combinational logic as well as sequential logic. The latter includes storage elements. feedback path.
Latches and Flip-Flops
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.
Sequential Logic Flip-Flop Circuits By Dylan Smeder.
Synchronous Sequential Circuits by Dr. Amin Danial Asham.
Cpe 252: Computer Organization1 Lo’ai Tawalbeh Lecture #3 Flip-Flops, Registers, Shift registers, Counters, Memory 3/3/2005.
Flip Flops 3.1 Latches and Flip-Flops 3 ©Paul Godin Created September 2007 Last Edit Aug 2013.
Counters and registers Eng.Maha Alqubali. Registers Registers are groups of flip-flops, where each flip- flop is capable of storing one bit of information.
Sequential Logic Circuit Design Eng.Maha Alqubali.
1 Registers A register is a group of n flip-flops each of them capable of storing one bit of information There are two types of registers: parallel and.
Chapter 35 Sequential Logic Circuits. Objectives After completing this chapter, you will be able to: –Describe the function of a flip-flop –Identify the.
Sequential logic circuits First Class 1Dr. AMMAR ABDUL-HAMED KHADER.
Computer Science 210 Computer Organization
Class Exercise 1B.
Sequential Logic Counters and Registers
FIGURE 5.1 Block diagram of sequential circuit
Sequential Circuit: Counter
Digital Design Lecture 9
Dr. Clincy Professor of CS
DR S. & S.S. GHANDHY ENGINEENRING COLLEGE
Sequential Circuits Most digital systems like digital watches, digital phones, digital computers, digital traffic light controllers and so on require.
Flip Flop.
Computer Science 210 Computer Organization
Computer Science 210 Computer Organization
Reference: Chapter 5 Sequential Circuits Moris Mano 4th Ediditon
Synchronous sequential
Synchronous Sequential
CMPE212 Discussion 11/21/2014 Patrick Sykes
Presentation transcript:

Chapter 11_2 (10_2 edition 8) Sequential Circuits etc.

Read-Only Memory (ROM) Memory that is implemented with combinational circuits – Combinational circuits are often referred to as “memoryless” circuits because their output depends only on their current input and no history of prior inputs is retained

Read-Only Memory (ROM) Memory unit that performs only the read operation – Binary information stored in a ROM is permanent and is created during the fabrication process – A given input to the ROM (address lines) always produces the same output (data lines) – Because the outputs are a function only of the present inputs, ROM is a combinational circuit

Sequential Circuit Current output depends not only on the current input, but also on the past history of inputs Makes use of combinational circuits SequentialCircuit

Sequential circuits The flip-flop is a bi-stable device. It exists of two states and in the absence of input, remains in that state. Thus the flip-flop can function as a 1-bit memory. The flip-flop has two outputs, which are always complements of each other. These are generally labelled as Q and Q

The S-R Latch

SR Characteristic table

+ NOR S-R Latch Timing Diagram

Clocked S-R Flip-flop

D-Flip-flop

J-K Flip Flop

8-Bit parallel register

5-Bit shift register

Counters Counters are asynchronous or synchronous Asynchronous slow output of one flip-flop triggers change of status in next flip-flop Synchronous all flip-flops change state at same time faster – used in CPUs

Irvine, Kip R. Assembly Language for Intel-Based Computers, Printing this Slide Show To print this slide show with black characters on a white background, do the following: Select Print... from the File menu. Select Handouts in the Print what drop-down box. Select 2 or 3 in the Slides per page drop-down box. Select the Pure black and white check box (optional) Click on OK to begin printing. Back to the title page