Synchronous Counters.

Slides:



Advertisements
Similar presentations
Synchronous Counters with SSI Gates
Advertisements

A presentation on Counters (second)
Counters.
Lecture 23: Registers and Counters (2)
Counters and Registers
ENGIN112 L27: Counters November 5, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 27 Counters.
CS370 Counters. Overview °Counter: A register that goes through a prescribed series of states °Counters are important components in computers. °Counters.
ECE 331 – Digital System Design Counters (Lecture #18)
C.S. Choy1 SEQUENTIAL LOGIC A circuit’s output depends on its previous state (condition) in addition to its current inputs The state of the circuit is.
Digital Logic Design Lecture 24. Announcements Homework 8 due today Exam 3 on Tuesday, 11/25. – Topics for exam are up on the course webpage.
M.S.P.V.L. Polytechnic College, Pavoorchatram
EE365 Adv. Digital Circuit Design Clarkson University Lecture #10 Latches, Flip Flops & Sequential PALS.
Sequential Circuit Introduction to Counter
EET 1131 Unit 11 Counter Circuits  Read Kleitz, Chapter 12, skipping Sections and  Homework #11 and Lab #11 due next week.  Quiz next week.
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.
Electronic Counters.
Counters  A counter is a device which stores (and sometimes displays) the number of times a particular event or process has occurred, often in relationship.
Digital Fundamentals with PLD Programming Floyd Chapter 10
A presentation on Counters
Asynchronous Counters
Counters.
SEQUENTIAL CIRCUITS USING TTL 74XX ICS
Asynchronous Counter © 2014 Project Lead The Way, Inc.Digital Electronics.
Counter Section 6.3.
1 Sequential Circuits Registers and Counters. 2 Master Slave Flip Flops.
EE345: Introduction to Microcontrollers Register and Counters Prof. Ahmad Abu-El-Haija.
Registers and Counters
Principles & Applications
ECE 301 – Digital Electronics Counters (Lecture #16)
Asynchronous Counters with SSI Gates
Last Mod: March 2014  Paul R. Godin Shift Registers Registers 1.1.
Registers and Counters
CS1104 – Computer Organization Aaron Tan Tuck Choy School of Computing National University.
Synchronous Counters with SSI Gates
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd.
Synch 1.1 Synchronous Counters 1 ©Paul Godin Created January 2008.
Counters By Taweesak Reungpeerakul
Counter Classification Count modulus (MOD) – total number of states in the counter sequence Counter triggering technique – positive edge or negative edge.
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.
Asynch 1.1 Asynchronous Counters 1 ©Paul Godin Last Edit Sept 2009.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd.
Chapter 1_4 Part III more on … Counters Chapter 1_4 Part III more on … Counters.
Lecture #27 Page 1 ECE 4110– Sequential Logic Design Lecture #27 Agenda 1.Counters Announcements 1.HW #12 due.
CHAPTER 8 - COUNTER -.
Synchronous Counters Synchronous digital counters have a common clock which results in all the flip-flops being triggered simultaneously. Consequently,
MSI Counters Counter ICs Technician Series ©Paul Godin Updated Feb 2015 gmail.com.
Counter Circuits and VHDL State Machines
Sequential logic circuits
COUNTERS Why do we need counters?
Counters.
Basic terminology associated with counters Technician Series
Basic Counters: Part I Section 7-6 (pp ).
DIGITAL SYSTEMS TCE Shift Registers and Shift Register Counters Week 10 and Week 11 (Lecture 2 of 2)
Lecture #27 Page 1 ECE 4110–5110 Digital System Design Lecture #27 Agenda 1.Counters Announcements 1.Finish reading Wakerly sections 8.1, 8.2, 8.4, 8.5.
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.
Counters In digital logic and computing, a counter is a device which stores (and sometimes displays) the number of times a particular event or process.
TOPIC : Introduction to Sequential Circuits UNIT 1: Modeling and Simulation Module 4 : Modeling Sequential Circuits.
Introduction to Advanced Digital Design (14 Marks)
Asynchronous Counters with SSI Gates
Asynchronous Counters
Sequential Circuit: Counter
Asynchronous Counters
D Flip-Flop.
Registers and Counters
Asynchronous Counters with SSI Gates
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN
CHAPTER 4 COUNTER.
Digital Logic Department of CNET Chapter-6
Digital Logic Department of CNET Chapter-6
Presentation transcript:

Synchronous Counters

Lecture Overview Classifications of Counters Definitions Synchronous Counter… Modulus 8 with Discrete Gates (SSI) Modulus 16 with Discrete Gates (SSI) 74LS163 Synchronous 4 Bit Counter Understanding Device Truncated Count

Classifications of Counters Asynchronous Counters Only the first flip-flop is clocked by an external clock. All subsequent flip-flops are clocked by the output of the preceding flip-flop. Asynchronous counters are slower than synchronous counters because of the delay in the transmission of the pulses from flip-flop to flip-flop. Asynchronous counters are also called ripple-counters because of the way the clock pulse ripples it way through the flip-flops. Synchronous Counters All flip-flops are simultaneously clocked by an external clock. Synchronous counters are faster than asynchronous counters because of the simultaneous clocking. Synchronous counters are an example of a state machines design.

Modulus-8 Synch Counter Analyses Q2 Q1 Q0 Q0 : Toggles Every Time… J0 & K0 = 1 Q1 : Toggles When Q0=1… J1 & K1 = Q0 Q2 : Toggles When Q0=1 & Q1=1… J2 & K2 = Q1 x Q0

Modulus-8 Synch Counter Design

Modulus-16 Synch Counter Analyses Q3 Q2 Q1 Q0 Q0 : Toggles Every Time… J0 & K0 = 1 Q1 : Toggles When Q0=1… J1 & K1 = Q0 Q2 : Toggles When Q0=1 & Q1=1… J2 & K2 = Q1 x Q0 Q3 : Toggles When Q0=1 & Q1=1 & Q2=1… J3 & K3 = Q2xQ1xQ0

Modulus-16 Synch Counter Design

74LS163 Synchronous 4 Bit Counter Clear Terminal Count Data In Data Out Enables Load Data

74LS163 : How It Works

74LS163 : 6 (0110) to 15 (1111) CNT

74LS163 : 6 (0110) to 12 (1100) CNT

Understanding Circuit Maker Labels DATA SHEET CIRCUIT MAKER