10
Digital Electronics Synchronous Counter

Digital Electronics Synchronous Counter. 2 This presentation will Define synchronous counters. Provide examples of 3-Bit and 4-Bit synchronous up counters

Embed Size (px)

Citation preview

Page 1: Digital Electronics Synchronous Counter. 2 This presentation will Define synchronous counters. Provide examples of 3-Bit and 4-Bit synchronous up counters

Digital Electronics

Synchronous Counter

Page 2: Digital Electronics Synchronous Counter. 2 This presentation will Define synchronous counters. Provide examples of 3-Bit and 4-Bit synchronous up counters

Synchronous Counter

2

This presentation will• Define synchronous counters.

• Provide examples of 3-Bit and 4-Bit synchronous up counters.

• Provide examples of 3-Bit and 4-Bit synchronous down counters.

Page 3: Digital Electronics Synchronous Counter. 2 This presentation will Define synchronous counters. Provide examples of 3-Bit and 4-Bit synchronous up counters

Synchronous Counters• All flip-flops are simultaneously clocked by an

external clock.

• Synchronous counters are faster than asynchronous counters of the simultaneous clocking.

• Synchronous counters do not suffer from the ripple effect that asynchronous counters do.

• Synchronous counters require more logic an asynchronous counters.

3

Page 4: Digital Electronics Synchronous Counter. 2 This presentation will Define synchronous counters. Provide examples of 3-Bit and 4-Bit synchronous up counters

3-Bit Synch Up Counter: Theory

4

0 1 2 3 4 5 6 7 0

Q2

Q1

Q0

CLOCK

Q0 : Toggles On Falling Edge of CLOCK

Q1 : Toggles On Falling Edge of CLOCK & Q0=1

Q2 : Toggles On Falling Edge of CLOCK & Q0=1 & Q1=1

Page 5: Digital Electronics Synchronous Counter. 2 This presentation will Define synchronous counters. Provide examples of 3-Bit and 4-Bit synchronous up counters

3-Bit Synch Up Counter: Circuit

5

Toggles On:Falling Edge of CLOCK AND Q0=1

Toggles On: Falling Edge of CLOCK AND Q0=1 & Q1=1

Toggles On:Falling Edge of CLOCK

Page 6: Digital Electronics Synchronous Counter. 2 This presentation will Define synchronous counters. Provide examples of 3-Bit and 4-Bit synchronous up counters

3-Bit Synch Up Counter: Timing

6

Q2

Q1

Q0

CLK

“0” “2” “4” “6”“1” “3” “5” “7”

Page 7: Digital Electronics Synchronous Counter. 2 This presentation will Define synchronous counters. Provide examples of 3-Bit and 4-Bit synchronous up counters

4-Bit Synch Up Counter: Circuit

7

Toggles On:Falling Edge of CLOCK AND Q0=1

Toggles On: Falling Edge of CLOCK AND Q0=1 & Q1=1

Toggles On:Falling Edge of CLOCK

Toggles On: Falling Edge of CLOCK AND Q0=1 & Q1=1 & Q2=1

Page 8: Digital Electronics Synchronous Counter. 2 This presentation will Define synchronous counters. Provide examples of 3-Bit and 4-Bit synchronous up counters

3-Bit Synch Down Counter: Theory

8

Q0 : Toggles On Falling Edge of CLOCK

Q1 : Toggles On Falling Edge of CLOCK & Q0=0

Q2 : Toggles On Falling Edge of CLOCK & Q0=0 & Q1=0

7 6 5 4 3 2 1 0 7

Q2

Q1

Q0

CLOCK

Page 9: Digital Electronics Synchronous Counter. 2 This presentation will Define synchronous counters. Provide examples of 3-Bit and 4-Bit synchronous up counters

3-Bit Synch Down Counter: Circuit

9

Toggles On:Falling Edge of CLOCK AND Q0=0

Toggles On: Falling Edge of CLOCK AND Q0=0 & Q1=0

Toggles On:Falling Edge of CLOCK

Page 10: Digital Electronics Synchronous Counter. 2 This presentation will Define synchronous counters. Provide examples of 3-Bit and 4-Bit synchronous up counters

4-Bit Synch Down Counter: Circuit

10

Toggles On:Falling Edge of CLOCK AND Q0=0

Toggles On: Falling Edge of CLOCK AND Q0=0 & Q1=0

Toggles On:Falling Edge of CLOCK

Toggles On: Falling Edge of CLOCK AND Q0=0 & Q1=0 & Q2=0