SlideShare a Scribd company logo
EET 3350 Digital Systems Design

    Textbook: John Wakerly
        Chapter 8: 8.4


            Counters




                                  1
Counters
• Counters
  – Definition
  – Types                                              Count
  – Characteristics          Clock
                                        Counter

• Asynchronous Counters
  - 7490, 7492, 7493
                                     optional inputs
• Synchronous Counters
• MSI Counters                         S1         S2
                                                               S3
  – Especially the 74LS163     Sm
                                                               S4
• Counters in VHDL                            S5

• Other Counter Types
                                                                    2
Counters
     • A counter is a circuit that produces a numeric
       count each time an input clock pulse makes an
       active transition


       Clock                      Counter               Count




Load an initial value, reset                     May also enable count,
to starting count, etc.                          select direction, etc.

                               optional inputs
                                                                 3
Counter
• From another viewpoint, a counter is any sequential
  circuit whose state diagram is a single cycle
  – in other words, counters are a special case of a finite state
    machine
• Output is usually the state value, Moore machine

                     EN                    EN
 RESET
                                                            EN
                              EN     S2         EN
 EN           EN      S1
                                                     S3
                                            EN              EN
         Sm                   EN
                                                     S4
              EN
                            EN S5            EN
                                                                    4
Counters
• Counters differ by a number of basic
  characteristics, including:


       Characteristic Description
       Modulus        Length of sequence
       Coding         Count sequence
       Direction      Up or down
       Resetable      Reset to zero
       Loadable       Load a specific value



                                              5
Counters
• Applications include:
                              Present State   Next State
  – system clock                A       B      A     B
                                0      0       0     1
  – timer, delays               0      1       1     0
  – watches, clocks, alarms     1      0       1     1
                                1      1       0     0
  – counting events
  – memory addressing
  – frequency division          00             01

  – sequence control
  – cycle control
  – protocols                   11             10



                                                           6
Counter Types
• Asynchronous         • Modulus
 – Ripple                – Binary
• Synchronous            – Decade
 – Clocked               – etc.
                       • Ring
        000            • Johnson
                         – Twisted ring
  101            001
                       • Up/Down
                       • Linear Feedback Shift-
  100            010
                         Register Counter
        011              (LFSR)
                                             7
Counters
• Some examples of modulus and coding
  sequence for counters




                                        8
Counters
• Modulus
  – number of states in a counter’s cycle
• Given m states
  – modulo-m counter or divide-by-m counter
• Power-of-2 counters use all states
• Non-power-of-2 counters have extra, unused
  states
                 S1           S2
                                            S3
       Sm
                                            S4
                           S5
                                                 9
Example 4-bit Counters
• 4-bit Binary / Hex / Mod-16 Counter
  – 0000, 0001, 0010, … 1110, 1111, 0000, 0001, …
       all states used
• 4-bit BCD / Decade / Mod-10 Counter
  – 0000, 0001, 0010, … 1000, 1001, 0000, 0001, …
       six unused states
• 4-bit Ring Counter
  – 1000, 0100, 0010, 0001, 1000, 0100, …
       twelve unused states



                                                    10
Counters
• Ripple counters
  – asynchronous
  – an n-state counter that is formed from n cascaded
    flip-flops
  – the clock input to each of the individual flip-flops,
    with the exception of the first, is taken from the
    output of the preceding one
  – the count thus ripples along the counter's length
    due to the propagation delay associated with each
    stage of counting




                                                            11
Asynchronous Ripple Counter

                 Q3 Q2 Q1 Q0
          Q0
                 0 0 0 0
                 0 0 0 1
          Q1     0 0 1 0
                 0 0 1 1
                 0 1 0 0
          Q2
                 0 1 0 1
                 0 1 1 0
          Q3     0 1 1 1
                 1 0 0 0
                      .
                      .
                      .
                               12
Ripple Counter Timing
• The ideal count sequence for the ripple
  counter yields the timing diagram below
                  Q0    Q1    Q2    Q3



          CLOCK




     Q0

     Q1


     Q2

     Q3



                                            13
Ripple Counter Timing
• But there is delay ( ∆ ) as shown below:


CLK


Q0
          1∆

Q1
                    2∆


Q2
                                             3∆
      0        1         2        3               4

                                                  14
Asynchronous Ripple Counter

          Q0   divide-by-2



          Q1   divide-by-4
                              a T flip-flop is a
                              natural frequency
                              divider …
          Q2   divide-by-8



          Q3   divide-by-16




                                           15
Decade and Binary CountersDM7490A

• The monolithic counter contains four masterslave flip-flops
• Gating to provide a divide-by-two counter and a three-stage binary
   counter for which the count cycle length is divide-by-five.
• The counter has a gated zero reset and also has gated set-to-nine
   inputs for use in BCD nine’s complement applications.
• To use the maximum count length (decade), the B input is connected
to
   the QA output.
• The input count pulses are applied to input A and the outputs are as
   described in the appropriate Function Table.
• A symmetrical divide-by-ten count can be obtained from the
  counters by connecting the QD output to the A input and applying
  the input count to the B input which gives a divide-by-ten square
  wave at output QA.
Connection Diagram
Function Tables
BCD Count Sequence (Note 1) BCD Bi-Quinary (Note 2)




H = HIGH Level
L = LOW Level
X = Don’t Care
Note 1: Output QA is connected to input B for BCD count.
Note 2: Output QD is connected to input A for bi-quinary count
BCD Bi-Quinary sequence

CLK

QA

QD

QC

QB
      0   1   2   3   4   8   9   10   11   12   0
Reset/Count Function Table




 H = HIGH Level
 L = LOW Level
 X = Don’t Care
Logic Diagram




The J and K inputs shown without
connection are for reference only and
are functionally at a HIGH level.
SN5490A, SN5492A, SN5493A, SN54LS90, SN54LS92,
             SN54LS93
             SN7490A, SN7492A, SN7493A, SN74LS90, SN74LS92,
             SN74LS93
             DECADE, DIVIDE-BY-TWELVE AND BINARY COUNTERS
The three-stage binary counter has the count cycle length of
divide-by-five for the ’90, divide-by-six for the ’92, and divide-by-
eight for the ’93.

Logic Symbols
Function Tables
Count Sequence for ’92                       Count Sequence for ’93




 H = HIGH Level, L = LOW Level, X = Don’t Care
 Note: Output QA is connected to input CKB.
Reset/Count Function Table




 H = HIGH Level
 L = LOW Level
 X = Don’t Care
Logic Diagrams
Mod 11 counter using 7493


Clock   CLK A
                       QA
        CLK B
                       QB
                7493
                       QC
        R0(1)
                       QD
        R0(2)
Synchronous Counters
• Asynchronous counters are easy to
  understand, but avoid their use
  – slow, limited by propagation delays
  – error prone


• Characteristics of synchronous counters
  – use a common clock pulse to trigger all flip-flops
    simultaneously
  – have a higher clock speed
  – hardware is more complex but more reliable



                                                         27
4-Bit Counter
                           LSB




Synchronous
  counter


  serial enable logic


                           MSB   28
4-Bit Counter
                           LSB




Synchronous
  counter


  parallel enable logic


                           MSB   29
MSI Counters
• Counters can be built from individual SSI
  Flip-Flops, e.g.,
  – 7470
                                         D1   D2
  – 7474     and many others …
  – 7479
• Counters may also be built using MSI
  components
  – 74x90, 74x92, 74x93
  – 74x160, 74x161, 74x162, 74x163
  – 74x168, 74x169
  – 74x190, 74x191
                                  we’ll look at this one
  – 74x196, 74x197
                                                     30
MSI Counter
• 4-bit synchronous
  counter
  – edge-triggered
  – synchronously
    presettable
  – cascadable
• Typical Count Rate of
  35 MHz
• ‘160 and ‘162, Mod-10
• ‘161 and ‘163, Mod-16


                               31
MSI Counter
• 74LS163 4-bit synchronous counter




                                      16-pin DIP




                                               32
MSI Counter
• 74LS163 characteristics
  – edge-triggered
  – synchronously presettable
  – cascadable
  – count modulo 16 (binary)        74x163
• Synchronous Reset
  (Clear) input that overrides
  all other control inputs
  – active only during the rising
    clock edge



                                             33
MSI Counter
• 74LS163 logic symbols

                      datasheet

         text
                                  74x163




                                           34
MSI Counter
• 74LS163 state diagram and logic equations




                                              35
MSI Counter
• 74LS163 mode select table
• All signals must be high ( H ) to enable the
  count sequence to begin




                                                 36
MSI Counter
• 74x163 is a synchronous
  4-bit binary counter
• RCO=1 when all count
  bits are 1 and ENT is
  asserted




                                  37
MSI Counter
 • The control inputs for the 74x163 have the
   following effects:



clear
 load
 hold
hold




                                                38
74x163
Internal Logic
   Diagram

More Related Content

PPTX
Counters
Ketaki_Pattani
 
PDF
Chapter 5 counter
CT Sabariah Salihin
 
PPTX
Introduction to Counters
ISMT College
 
PPTX
Displacement measurement
wasim shah
 
PDF
Counters
Revathi Subramaniam
 
PPTX
SHIFT REGISTERS
kumari36
 
PDF
Analog Communication Notes written by Arun Kumar G, Associate Professor, Dept...
Arunkumar Gowdru
 
PPTX
Synchronous Counter
Akhilesh Kushwaha
 
Counters
Ketaki_Pattani
 
Chapter 5 counter
CT Sabariah Salihin
 
Introduction to Counters
ISMT College
 
Displacement measurement
wasim shah
 
SHIFT REGISTERS
kumari36
 
Analog Communication Notes written by Arun Kumar G, Associate Professor, Dept...
Arunkumar Gowdru
 
Synchronous Counter
Akhilesh Kushwaha
 

What's hot (20)

PDF
Registers and counters
Deepak John
 
PDF
Sequential circuits in Digital Electronics
Vinoth Loganathan
 
PDF
Ripple counter
chandkec
 
PPT
multiplexers and demultiplexers
Unsa Shakir
 
PDF
Counters
Ravi Maurya
 
PPTX
MULTIPLEXER
Siddhi Shrivas
 
PPTX
Counters, Synchronous & Asynchronous Counters
Bony Yamin
 
PPTX
Ring Counter.pptx
hepzijustin
 
PPTX
sequential circuits
Unsa Shakir
 
PPTX
Digital Electronics - Counters
Jayakrishnan J
 
PPTX
8051 MICROCONTROLLER ARCHITECTURE.pptx
MemonaMemon1
 
PPTX
digital Counter
shamshad alam
 
PPT
Counters
Bilal Mirza
 
PPTX
Synchronous down counter
RONAK SUTARIYA
 
PPTX
J - K & MASTERSLAVE FLIPFLOPS
Krishma Parekh
 
PPTX
Parity Generator and Parity Checker
Jignesh Navdiya
 
PDF
Encoder & Decoder
Syed Saeed
 
PDF
Ring counter
Ghufran Hasan
 
PPT
Flip-Flop || Digital Electronics
Md Sadequl Islam
 
Registers and counters
Deepak John
 
Sequential circuits in Digital Electronics
Vinoth Loganathan
 
Ripple counter
chandkec
 
multiplexers and demultiplexers
Unsa Shakir
 
Counters
Ravi Maurya
 
MULTIPLEXER
Siddhi Shrivas
 
Counters, Synchronous & Asynchronous Counters
Bony Yamin
 
Ring Counter.pptx
hepzijustin
 
sequential circuits
Unsa Shakir
 
Digital Electronics - Counters
Jayakrishnan J
 
8051 MICROCONTROLLER ARCHITECTURE.pptx
MemonaMemon1
 
digital Counter
shamshad alam
 
Counters
Bilal Mirza
 
Synchronous down counter
RONAK SUTARIYA
 
J - K & MASTERSLAVE FLIPFLOPS
Krishma Parekh
 
Parity Generator and Parity Checker
Jignesh Navdiya
 
Encoder & Decoder
Syed Saeed
 
Ring counter
Ghufran Hasan
 
Flip-Flop || Digital Electronics
Md Sadequl Islam
 
Ad

Viewers also liked (17)

PPTX
Divide by N clock
Mantra VLSI
 
PPTX
Johnson counter
Muhammad Anas Sabir
 
PPTX
Synchronous counters
Lee Diaz
 
PPTX
Counter
Lee Diaz
 
PPTX
Binary to grey code conversion
Sunny
 
PDF
23 gray codes
Ari Ramos Cabrera
 
PPT
Shift Registers
Abhilash Nair
 
PPT
VHDL
Ramasubbu .P
 
PPTX
Fpga
bharadwajareddy
 
PDF
VHDL CODE
Veer Singh shakya
 
PPTX
Dlc{binary to gray code conversion} ppt
Tanish Gupta
 
PDF
Programs of VHDL
Rkrishna Mishra
 
PPT
BCD,GRAY and EXCESS 3 codes
student
 
PDF
Introduction to FPGA, VHDL
Amr Rashed
 
PPT
FPGA
Abhilash Nair
 
PPT
Fundamentals of FPGA
velamakuri
 
PPT
FPGA
subin mathew
 
Divide by N clock
Mantra VLSI
 
Johnson counter
Muhammad Anas Sabir
 
Synchronous counters
Lee Diaz
 
Counter
Lee Diaz
 
Binary to grey code conversion
Sunny
 
23 gray codes
Ari Ramos Cabrera
 
Shift Registers
Abhilash Nair
 
VHDL CODE
Veer Singh shakya
 
Dlc{binary to gray code conversion} ppt
Tanish Gupta
 
Programs of VHDL
Rkrishna Mishra
 
BCD,GRAY and EXCESS 3 codes
student
 
Introduction to FPGA, VHDL
Amr Rashed
 
Fundamentals of FPGA
velamakuri
 
Ad

Similar to Counters (20)

PPT
Counters
Lee Diaz
 
PPT
Counters
Lee Diaz
 
PPT
MSI Shift Registers
Abhilash Nair
 
PPT
MSI Counters
Abhilash Nair
 
PPTX
Presentation on Counters for (Digital Systems Design).pptx
Aniruddh70
 
PDF
Digital Counter Design
GargiKhanna1
 
PPT
register_coooooooooooooooooooo0unter.ppt
ssharma4be22
 
PPT
counters Digital Logic Circuits Counters module 4-.ppt
RupaRaj6
 
PPT
counters.ppt
NarendrakumarAnnadur
 
PPT
16148_counterrss2unit 2 computer arithamatic
anushachalla14
 
PPT
16148_counterrss2_Counters _under sequential circuits.ppt
anushachalla14
 
PPT
17 registers
rajeswari kannan
 
PDF
FYBSC IT Digital Electronics Unit V Chapter I Counters
Arti Parab Academics
 
PPT
Sequential Circuits - Flip Flops (Part 2)
Abhilash Nair
 
PDF
Digital Electronics – Unit III.pdf
Kannan Kanagaraj
 
PPTX
Digital Electronics - Counters
JayakrishnanJ11
 
PDF
Chapter 7_Counters (EEEg4302).pdf
TamiratDejene1
 
PPTX
Unit4_DE.pptx
PriyankaJain98423
 
PPTX
Basics Counters
Danial Mirza
 
PPTX
Synchronous Sequential Logic Unit 4
Asif Iqbal
 
Counters
Lee Diaz
 
Counters
Lee Diaz
 
MSI Shift Registers
Abhilash Nair
 
MSI Counters
Abhilash Nair
 
Presentation on Counters for (Digital Systems Design).pptx
Aniruddh70
 
Digital Counter Design
GargiKhanna1
 
register_coooooooooooooooooooo0unter.ppt
ssharma4be22
 
counters Digital Logic Circuits Counters module 4-.ppt
RupaRaj6
 
counters.ppt
NarendrakumarAnnadur
 
16148_counterrss2unit 2 computer arithamatic
anushachalla14
 
16148_counterrss2_Counters _under sequential circuits.ppt
anushachalla14
 
17 registers
rajeswari kannan
 
FYBSC IT Digital Electronics Unit V Chapter I Counters
Arti Parab Academics
 
Sequential Circuits - Flip Flops (Part 2)
Abhilash Nair
 
Digital Electronics – Unit III.pdf
Kannan Kanagaraj
 
Digital Electronics - Counters
JayakrishnanJ11
 
Chapter 7_Counters (EEEg4302).pdf
TamiratDejene1
 
Unit4_DE.pptx
PriyankaJain98423
 
Basics Counters
Danial Mirza
 
Synchronous Sequential Logic Unit 4
Asif Iqbal
 

More from Abhilash Nair (20)

PPT
Sequential Circuits - Flip Flops
Abhilash Nair
 
PPT
VHDL Part 4
Abhilash Nair
 
PPT
Designing Clocked Synchronous State Machine
Abhilash Nair
 
PPT
VHDL - Enumerated Types (Part 3)
Abhilash Nair
 
PPT
VHDL - Part 2
Abhilash Nair
 
PPT
Introduction to VHDL - Part 1
Abhilash Nair
 
PPT
Feedback Sequential Circuits
Abhilash Nair
 
PPT
Designing State Machine
Abhilash Nair
 
PPT
State Machine Design and Synthesis
Abhilash Nair
 
PPT
Synchronous design process
Abhilash Nair
 
PPT
Analysis of state machines & Conversion of models
Abhilash Nair
 
PPT
Analysis of state machines
Abhilash Nair
 
PPT
Sequential Circuits - Flip Flops (Part 1)
Abhilash Nair
 
PPT
FPLDs
Abhilash Nair
 
PPT
CPLDs
Abhilash Nair
 
PPT
CPLD & FPLD
Abhilash Nair
 
PPT
CPLDs
Abhilash Nair
 
PPT
CPLDs
Abhilash Nair
 
PPT
Static and Dynamic Read/Write memories
Abhilash Nair
 
PPT
Documentation Standards of an IC
Abhilash Nair
 
Sequential Circuits - Flip Flops
Abhilash Nair
 
VHDL Part 4
Abhilash Nair
 
Designing Clocked Synchronous State Machine
Abhilash Nair
 
VHDL - Enumerated Types (Part 3)
Abhilash Nair
 
VHDL - Part 2
Abhilash Nair
 
Introduction to VHDL - Part 1
Abhilash Nair
 
Feedback Sequential Circuits
Abhilash Nair
 
Designing State Machine
Abhilash Nair
 
State Machine Design and Synthesis
Abhilash Nair
 
Synchronous design process
Abhilash Nair
 
Analysis of state machines & Conversion of models
Abhilash Nair
 
Analysis of state machines
Abhilash Nair
 
Sequential Circuits - Flip Flops (Part 1)
Abhilash Nair
 
CPLD & FPLD
Abhilash Nair
 
Static and Dynamic Read/Write memories
Abhilash Nair
 
Documentation Standards of an IC
Abhilash Nair
 

Recently uploaded (20)

PDF
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
PPTX
How to Manage Leads in Odoo 18 CRM - Odoo Slides
Celine George
 
PPTX
Introduction to pediatric nursing in 5th Sem..pptx
AneetaSharma15
 
PPTX
Kanban Cards _ Mass Action in Odoo 18.2 - Odoo Slides
Celine George
 
PPTX
Python-Application-in-Drug-Design by R D Jawarkar.pptx
Rahul Jawarkar
 
PDF
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
PPTX
Cleaning Validation Ppt Pharmaceutical validation
Ms. Ashatai Patil
 
PDF
What is CFA?? Complete Guide to the Chartered Financial Analyst Program
sp4989653
 
PPTX
Applications of matrices In Real Life_20250724_091307_0000.pptx
gehlotkrish03
 
PDF
Module 2: Public Health History [Tutorial Slides]
JonathanHallett4
 
PDF
Review of Related Literature & Studies.pdf
Thelma Villaflores
 
PPTX
Gupta Art & Architecture Temple and Sculptures.pptx
Virag Sontakke
 
PPTX
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
PPTX
Command Palatte in Odoo 18.1 Spreadsheet - Odoo Slides
Celine George
 
PDF
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Nguyen Thanh Tu Collection
 
DOCX
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
PPTX
HEALTH CARE DELIVERY SYSTEM - UNIT 2 - GNM 3RD YEAR.pptx
Priyanshu Anand
 
PPTX
Artificial-Intelligence-in-Drug-Discovery by R D Jawarkar.pptx
Rahul Jawarkar
 
PDF
Health-The-Ultimate-Treasure (1).pdf/8th class science curiosity /samyans edu...
Sandeep Swamy
 
PPTX
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
How to Manage Leads in Odoo 18 CRM - Odoo Slides
Celine George
 
Introduction to pediatric nursing in 5th Sem..pptx
AneetaSharma15
 
Kanban Cards _ Mass Action in Odoo 18.2 - Odoo Slides
Celine George
 
Python-Application-in-Drug-Design by R D Jawarkar.pptx
Rahul Jawarkar
 
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
Cleaning Validation Ppt Pharmaceutical validation
Ms. Ashatai Patil
 
What is CFA?? Complete Guide to the Chartered Financial Analyst Program
sp4989653
 
Applications of matrices In Real Life_20250724_091307_0000.pptx
gehlotkrish03
 
Module 2: Public Health History [Tutorial Slides]
JonathanHallett4
 
Review of Related Literature & Studies.pdf
Thelma Villaflores
 
Gupta Art & Architecture Temple and Sculptures.pptx
Virag Sontakke
 
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
Command Palatte in Odoo 18.1 Spreadsheet - Odoo Slides
Celine George
 
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Nguyen Thanh Tu Collection
 
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
HEALTH CARE DELIVERY SYSTEM - UNIT 2 - GNM 3RD YEAR.pptx
Priyanshu Anand
 
Artificial-Intelligence-in-Drug-Discovery by R D Jawarkar.pptx
Rahul Jawarkar
 
Health-The-Ultimate-Treasure (1).pdf/8th class science curiosity /samyans edu...
Sandeep Swamy
 
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 

Counters

  • 1. EET 3350 Digital Systems Design Textbook: John Wakerly Chapter 8: 8.4 Counters 1
  • 2. Counters • Counters – Definition – Types Count – Characteristics Clock Counter • Asynchronous Counters - 7490, 7492, 7493 optional inputs • Synchronous Counters • MSI Counters S1 S2 S3 – Especially the 74LS163 Sm S4 • Counters in VHDL S5 • Other Counter Types 2
  • 3. Counters • A counter is a circuit that produces a numeric count each time an input clock pulse makes an active transition Clock Counter Count Load an initial value, reset May also enable count, to starting count, etc. select direction, etc. optional inputs 3
  • 4. Counter • From another viewpoint, a counter is any sequential circuit whose state diagram is a single cycle – in other words, counters are a special case of a finite state machine • Output is usually the state value, Moore machine EN EN RESET EN EN S2 EN EN EN S1 S3 EN EN Sm EN S4 EN EN S5 EN 4
  • 5. Counters • Counters differ by a number of basic characteristics, including: Characteristic Description Modulus Length of sequence Coding Count sequence Direction Up or down Resetable Reset to zero Loadable Load a specific value 5
  • 6. Counters • Applications include: Present State Next State – system clock A B A B 0 0 0 1 – timer, delays 0 1 1 0 – watches, clocks, alarms 1 0 1 1 1 1 0 0 – counting events – memory addressing – frequency division 00 01 – sequence control – cycle control – protocols 11 10 6
  • 7. Counter Types • Asynchronous • Modulus – Ripple – Binary • Synchronous – Decade – Clocked – etc. • Ring 000 • Johnson – Twisted ring 101 001 • Up/Down • Linear Feedback Shift- 100 010 Register Counter 011 (LFSR) 7
  • 8. Counters • Some examples of modulus and coding sequence for counters 8
  • 9. Counters • Modulus – number of states in a counter’s cycle • Given m states – modulo-m counter or divide-by-m counter • Power-of-2 counters use all states • Non-power-of-2 counters have extra, unused states S1 S2 S3 Sm S4 S5 9
  • 10. Example 4-bit Counters • 4-bit Binary / Hex / Mod-16 Counter – 0000, 0001, 0010, … 1110, 1111, 0000, 0001, … all states used • 4-bit BCD / Decade / Mod-10 Counter – 0000, 0001, 0010, … 1000, 1001, 0000, 0001, … six unused states • 4-bit Ring Counter – 1000, 0100, 0010, 0001, 1000, 0100, … twelve unused states 10
  • 11. Counters • Ripple counters – asynchronous – an n-state counter that is formed from n cascaded flip-flops – the clock input to each of the individual flip-flops, with the exception of the first, is taken from the output of the preceding one – the count thus ripples along the counter's length due to the propagation delay associated with each stage of counting 11
  • 12. Asynchronous Ripple Counter Q3 Q2 Q1 Q0 Q0 0 0 0 0 0 0 0 1 Q1 0 0 1 0 0 0 1 1 0 1 0 0 Q2 0 1 0 1 0 1 1 0 Q3 0 1 1 1 1 0 0 0 . . . 12
  • 13. Ripple Counter Timing • The ideal count sequence for the ripple counter yields the timing diagram below Q0 Q1 Q2 Q3 CLOCK Q0 Q1 Q2 Q3 13
  • 14. Ripple Counter Timing • But there is delay ( ∆ ) as shown below: CLK Q0 1∆ Q1 2∆ Q2 3∆ 0 1 2 3 4 14
  • 15. Asynchronous Ripple Counter Q0 divide-by-2 Q1 divide-by-4 a T flip-flop is a natural frequency divider … Q2 divide-by-8 Q3 divide-by-16 15
  • 16. Decade and Binary CountersDM7490A • The monolithic counter contains four masterslave flip-flops • Gating to provide a divide-by-two counter and a three-stage binary counter for which the count cycle length is divide-by-five. • The counter has a gated zero reset and also has gated set-to-nine inputs for use in BCD nine’s complement applications. • To use the maximum count length (decade), the B input is connected to the QA output. • The input count pulses are applied to input A and the outputs are as described in the appropriate Function Table. • A symmetrical divide-by-ten count can be obtained from the counters by connecting the QD output to the A input and applying the input count to the B input which gives a divide-by-ten square wave at output QA.
  • 18. Function Tables BCD Count Sequence (Note 1) BCD Bi-Quinary (Note 2) H = HIGH Level L = LOW Level X = Don’t Care Note 1: Output QA is connected to input B for BCD count. Note 2: Output QD is connected to input A for bi-quinary count
  • 19. BCD Bi-Quinary sequence CLK QA QD QC QB 0 1 2 3 4 8 9 10 11 12 0
  • 20. Reset/Count Function Table H = HIGH Level L = LOW Level X = Don’t Care
  • 21. Logic Diagram The J and K inputs shown without connection are for reference only and are functionally at a HIGH level.
  • 22. SN5490A, SN5492A, SN5493A, SN54LS90, SN54LS92, SN54LS93 SN7490A, SN7492A, SN7493A, SN74LS90, SN74LS92, SN74LS93 DECADE, DIVIDE-BY-TWELVE AND BINARY COUNTERS The three-stage binary counter has the count cycle length of divide-by-five for the ’90, divide-by-six for the ’92, and divide-by- eight for the ’93. Logic Symbols
  • 23. Function Tables Count Sequence for ’92 Count Sequence for ’93 H = HIGH Level, L = LOW Level, X = Don’t Care Note: Output QA is connected to input CKB.
  • 24. Reset/Count Function Table H = HIGH Level L = LOW Level X = Don’t Care
  • 26. Mod 11 counter using 7493 Clock CLK A QA CLK B QB 7493 QC R0(1) QD R0(2)
  • 27. Synchronous Counters • Asynchronous counters are easy to understand, but avoid their use – slow, limited by propagation delays – error prone • Characteristics of synchronous counters – use a common clock pulse to trigger all flip-flops simultaneously – have a higher clock speed – hardware is more complex but more reliable 27
  • 28. 4-Bit Counter LSB Synchronous counter serial enable logic MSB 28
  • 29. 4-Bit Counter LSB Synchronous counter parallel enable logic MSB 29
  • 30. MSI Counters • Counters can be built from individual SSI Flip-Flops, e.g., – 7470 D1 D2 – 7474 and many others … – 7479 • Counters may also be built using MSI components – 74x90, 74x92, 74x93 – 74x160, 74x161, 74x162, 74x163 – 74x168, 74x169 – 74x190, 74x191 we’ll look at this one – 74x196, 74x197 30
  • 31. MSI Counter • 4-bit synchronous counter – edge-triggered – synchronously presettable – cascadable • Typical Count Rate of 35 MHz • ‘160 and ‘162, Mod-10 • ‘161 and ‘163, Mod-16 31
  • 32. MSI Counter • 74LS163 4-bit synchronous counter 16-pin DIP 32
  • 33. MSI Counter • 74LS163 characteristics – edge-triggered – synchronously presettable – cascadable – count modulo 16 (binary) 74x163 • Synchronous Reset (Clear) input that overrides all other control inputs – active only during the rising clock edge 33
  • 34. MSI Counter • 74LS163 logic symbols datasheet text 74x163 34
  • 35. MSI Counter • 74LS163 state diagram and logic equations 35
  • 36. MSI Counter • 74LS163 mode select table • All signals must be high ( H ) to enable the count sequence to begin 36
  • 37. MSI Counter • 74x163 is a synchronous 4-bit binary counter • RCO=1 when all count bits are 1 and ENT is asserted 37
  • 38. MSI Counter • The control inputs for the 74x163 have the following effects: clear load hold hold 38