1 / 14

Synchronous Counters

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.

nadine
Télécharger la présentation

Synchronous Counters

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SynchronousCounters

  2. 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

  3. 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.

  4. 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

  5. Modulus-8 Synch Counter Design

  6. 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

  7. Modulus-16 Synch Counter Design

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

  9. Understanding Mutisim Labels DATASHEET Mutisim

  10. 74LS163 : How It Works

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

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

More Related