CS 140L Lecture 4 Professor CK Cheng 10/22/02. 1)F-F 2)Shift register 3)Counter (Asynchronous) 4)Counter (Synchronous)

Slides:



Advertisements
Similar presentations
D-Type Flip Flops Benchmark Companies Inc PO Box
Advertisements

D Flip-Flop.
Lab 10 :Serial Data Transfer System:
CS 140 Lecture 16 System Designs Professor CK Cheng CSE Dept. UC San Diego 1.
Counters Discussion D8.3.
Synchronous Counters with SSI Gates
1 CS 140L Lecture 8 System Design Professor CK Cheng CSE Dept. UC San Diego.
CS 140 Lecture 10 Sequential Networks: Implementation Professor CK Cheng CSE Dept. UC San Diego 1.
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.
Counters Chapter 17 Subject: Digital System Year: 2009.
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.
CS 140L Lecture 5 Professor CK Cheng CSE Dept. UC San Diego.
CS 140L Lecture 5 Professor CK Cheng 4/29/02. Asynchronous Counter D Q CLK D Q D Q There are n flip-flops. D FF is the delay of each flip-flop. When n.
CS 140L Lecture 5: Counters Professor CK Cheng CSE Dept. UC San Diego 1.
CSE 140L Lecture 4 Flip-Flops, Shifters and Counters Professor CK Cheng CSE Dept. UC San Diego.
Shift Registers and Shift Register Counters
ENGIN112 L27: Counters November 5, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 27 Counters.
CS 140L Lecture 7 Professor CK Cheng 11/12/02. Transformation between Mealy and Moore Machines Algorithm: 1) For each NS, z = S i, j create a state S.
CS 140 Lecture 18 Professor CK Cheng 12/3/02. Standard Sequential Modules 1.Register 2.Shift Register 3.Counter.
CS370 Counters. Overview °Counter: A register that goes through a prescribed series of states °Counters are important components in computers. °Counters.
CS 140 Lecture 9 Professor CK Cheng 10/24/02. Sequential Network 1.Components F-Fs 2.Specification D Q Q’ CLK.
Sequential Circuit Introduction to Counter
1 Digital Design: Sequential Logic Blocks Credits : Slides adapted from: J.F. Wakerly, Digital Design, 4/e, Prentice Hall, 2006 C.H. Roth, Fundamentals.
Unit 12 Registers and Counters Ku-Yaw Chang Assistant Professor, Department of Computer Science and Information Engineering Da-Yeh.
Counters.
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN Lecture 17 Dr. Shi Dept. of Electrical and Computer Engineering.
Digital Design Lectures 11 & 12 Shift Registers and Counters.
Computer Organization & Programming Chapter 5 Synchronous Components.
Digital Electronics.
Modular sequential logic Use latches, flip-flops and combinational logic –Flip-flops usually grouped to form a register Shift registers –n bits {x n …x.
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.
Shift Register Counters
Digital Logic & Design Dr. Waseem Ikram Lecture No. 25.
Principles & Applications
Digital Design: Sequential Logic Blocks
Supplement on Verilog FF circuit examples
Class Exercise 1B.
Flip-Flops and Related Devices
Electronics Technology
Prof. Hsien-Hsin Sean Lee
Sequential Logic Counters and Registers
Flip-FLops and Latches
Sequential Circuit: Counter
INTRODUCTION Overview of Shift Registers
12-bit counter and 2GHz oscillator
D Flip-Flop.
Introduction to Sequential Logic Design
Flip-FLops and Latches
EEC 180B Lecture 14 Bevan M. Baas Tuesday, May 22, 2018
Flip-FLops and Latches
Counters and Registers
Shift Registers Lecture L8.6 Section 8.3.
Flip-FLops and Latches
4-Bit Counter Spencer Canavan.
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN
Dr. Clincy Professor of CS
CS 140 Lecture 16 Professor CK Cheng 11/21/02.
CSE 370 – Winter Sequential Logic-2 - 1
Lecture 17 Logistics Last lecture Today HW5 due on Wednesday
Principles & Applications
CHAPTER 4 COUNTER.
CS 140 Lecture 19 Standard Modules
CHAPTER 4 COUNTER.
Digital Systems II EEC 180 Bevan M. Baas.
Switching Theory and Logic Design Chapter 5:
14 Digital Systems.
Lecture 17 Logistics Last lecture Today HW5 due on Wednesday
Flip-FLops and Latches
Instructor: Alexander Stoytchev
CS 140L Lecture 8 Professor CK Cheng 11/19/02.
Presentation transcript:

CS 140L Lecture 4 Professor CK Cheng 10/22/02

1)F-F 2)Shift register 3)Counter (Asynchronous) 4)Counter (Synchronous)

Flip flop FDCE D CE C CLR Q CLR CE D C Q 1 X X X X X No change Asynchronous Clear Inputs Output Clock Enable CLK = 0 CLK = 1

D Q CLK t t t t setup t hold D Q tcqtcq

2) 3 bit shift register D Q CLK D Q D Q 0 0 X X X 11 0 X X X Time Steps A B C D A B C D

3 bit counter (asynchronous) T Q CLK T Q T Q t A C B t t B C t A Assume A(0) = B(0) = C(0) = Time C B A