Basic terminology associated with counter and sequential circuits.

Slides:



Advertisements
Similar presentations
A presentation on Counters (second)
Advertisements

Asynchronous Counter with MSI Gates
Practice Problems 2 Latch and Flip Flop ©Paul Godin Created September 2007 Last edit Aug 2013.
Sequential Circuit - Counter -
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.
Sequential Circuit Introduction to Counter
Lab 5 :JK Flip Flop and Counter Fundamentals:
What is shift register? A shift register is a digital memory circuit found in calculators, computers, and data-processing systems. Bits (binary digits)
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.
A presentation on Counters
Electronics Technology
1 EENG 2710 Project Synchronous Counters. 2 Counters Counter: A Sequential Circuit that counts pulses. Used for Event Counting, Frequency Division, Timing,
Sequential Logic - An Overview
Sequential Circuit - Counter -
Electronics Technology
Last Mod: March 2014  Paul R. Godin Shift Registers Registers 1.1.
Rabie A. Ramadan Lecture 3
State Machines.
P. 4.1 Digital Technology and Computer Fundamentals Chapter 4 Digital Components.
Synch 1.1 Synchronous Counters 1 ©Paul Godin Created January 2008.
Counters. November 5, 2003 Introduction: Counters  Counters are circuits that cycle through a specified number of states.  Two types of counters: 
Flip Flops 3.1 Latches and Flip-Flops 3 ©Paul Godin Created September 2007 Last Edit Aug 2013.
 Counters are sequential circuits which "count" through a specific state sequence. They can count up, count down, or count through other fixed sequences.
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 Counters. Counters Counters are sequential circuits which "count” through a specific state sequence. They can count up, count down, or count.
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.
Sequential logic circuits
Decade Counter (BCD Counter). Introduction A counter which is reset at the 10 th clock pulse is called decade counter. The decade counter is otherwise.
Counters and Registers Synchronous Counters. 7-7 Synchronous Down and Up/Down Counters  In the previous lecture, we’ve learned how synchronous counters.
Counters 2.1 MSI Counters Counter ICs ©Paul Godin Updated Aug 2013 gmail.com.
Counters.
Basic terminology associated with counters Technician Series
Unit 1 – Counters and Registers Mr. Grimming. Introduction FFs and logic gates are combined to form various counters and registers. Unit Goals Goals:
Flip Flops 4.1 Latches and Flip-Flops 4 ©Paul Godin Created September 2007 Last edit Sept 2009.
State Machines (Closed Loop / Moore) Synch 2.1  Paul R. Godin Updated: January 2008.
Flip Flops 3.1 Latches and Flip-Flops 3 ©Paul Godin Created September 2007 Last Edit Aug 2013.
1 Lecture #13 EGR 277 – Digital Logic Sequential Counters Counters are an important class of sequential circuits. Counters follow a predetermined sequence.
Lecture No. 29 Sequential Logic.
CS1104 – Computer Organization Aaron Tan Tuck Choy School of Computing National University.
Sequential Logic An Overview
LATCHED, FLIP-FLOPS,AND TIMERS
Homework Reading Machine Projects Labs Tokheim Chapter 9.1 – 9.6
EKT 124 / 3 DIGITAL ELEKTRONIC 1
EET 1131 Unit 11 Counter Circuits
DIGI-260 Digital Devices and Applications
EKT 124 / 3 DIGITAL ELEKTRONIC 1
Digital Logic & Design Dr. Waseem Ikram Lecture No. 28.
EKT 221 – Counters.
EKT 221 : Digital 2 COUNTERS.
Sequential Logic Counters and Registers
Sequential Circuit: Counter
29th Oct Review Session 8.
Sequential Circuit - Counter -
Digital Fundamentals with PLD Programming Floyd Chapter 10
Counters and Registers
Asynchronous Counters 2
CSC 220: Computer Organization
Digital Logic & Design Dr. Waseem Ikram Lecture No. 31.
EET107/3 DIGITAL ELECTRONICS 1
EET 1131 Unit 11 Counter Circuits
Chapter 8 Counters Changjiang Zhang
CHAPTER 4 COUNTER.
Synchronous Counters 4: State Machine Counting
Sequential Design Example
EGC 442 Introduction to Computer Architecture
Outline Registers Counters 5/11/2019.
Counters.
Presentation transcript:

Basic terminology associated with counter and sequential circuits. Counters Basic terminology associated with counter and sequential circuits. ©Paul Godin Updated Aug 2013

Introduction Counters are part of a family called Sequential Circuits. Sequential circuits provide predictable output patterns. Sequential circuits are used in many applications, including: digital counting counting up or down arithmetic operations control circuits frequency dividers clocks timing circuits...

Introduction Basically, counters are devices that are able to count clock pulses. Counters are constructed from Flip-Flops Available as counter ICs Sn74LS192 Up/Down 4-bit counter with preset and clear

Digit Significance 10110 MSB LSB Most Significant Bit (MSB): This bit represents the greatest numerical value, and is the left-most bit in a binary number. Least Significant Bit (LSB): This bit represents the smallest numerical value, and is the right-most bit in a binary number. Example: 10110 MSB LSB

Modulus The Modulus of a counter refers to the number of unique output states it can produce. Also referred to as “MOD”. Example: a counter counts in the following sequence: 000, 001, 010, 011, then back to 000 The modulus of this counter is 4. It has 4 unique output states (including zero).

Maximum Modulus The maximum modulus of a counter is 2N, where ‘2’ indicates the number of possible bit states (1 or 0), and ‘N’ represents the maximum number of bits. The maximum modulus of a 3-bit counter is 8. There are 8 unique output states (from 000 to 111). What is the maximum modulus of a 5 bit counter?

Counter Sequences A Bit is a single binary digit (1 or 0). A binary number is comprised of multiple bits. Full Sequence Count refers to a natural count that includes all possible binary numbers. It’s modulus is the same as its maximum modulus. A Truncated Sequence Count is when the modulus is less than its maximum, or where less than all possible binary numbers are used.

Sequential Circuit Counter states are sequential. An output state will follow another in a sequence. State Diagrams are used to visually represent the sequence of these states. 000 001 010 011 100 State Diagram of a truncated sequence

Sequential Circuits Counters normally recycle or restart their sequence. Example: 000 001 010 011 100 101 110 111

Up/Down UP DOWN A natural count can be Up or Down: 000 001 010 011 100 101 110 111 UP DOWN

Returns to the first state. State Table A State Table is another means of presenting state sequences. As with the state diagram, the state table determines the next output based on the present output state. Current Next QC QB QA 1 Returns to the first state. State Table

Review Questions A truncated mod-6 3-bit up counter has a starting point of all low outputs. Draw the state diagram Draw the state table If a full sequence down counter has a current output of 0101, what is the next output? If a counter requires a modulus of 130, what is the minimum number of bits required?

Review Questions What is the modulus of a 4 bit full sequence down counter? Draw the timing diagram for the following state diagram: 000 001 010 011 100

End ©Paul R. Godin prgodin @ gmail.com