29
Flip-Flop Applications Registers

Flip-Flop Applications Registers. a register is a collection of flip-flops basic function is to hold information a shift register is a register

Embed Size (px)

Citation preview

Page 1: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Flip-Flop Applications

Registers

Page 2: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Registers

a register is a collection of flip-flops basic function is to hold information a shift register is a register that

moves information on the clock signal serial-in/serial-out serial-in/parallel-out parallel-in/serial-out parallel-in/parallel-out

Page 3: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Serial-in, serial-out unidirectional shift register.Figure 6.26

Page 4: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Serial-in, parallel-out unidirectional shift register.Figure 6.27

Page 5: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Parallel-in unidirectional shift register.Figure 6.28

Page 6: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Universal shift register. (a) Logic diagram. (b) Mode control. (c) Symbol.Figure 6.29

Page 7: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Flip-Flop Applications

Counters

Page 8: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Counters

Also called pattern generatorsFunction: produce a specified output

pattern sequenceTypes of counters Binary ripple counters (asynchronous counters) Synchronous counters

Page 9: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

State diagram of a counter.Figure 6.30

Page 10: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Binary Ripple Counters

also called asynchronous binary counters

the LSB flip-flop recieves clock input from a clock source

the ith flip-flop recieves clock input from output of the ith-1 flip-flop

Page 11: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Four-bit binary ripple counter. (a) Logic diagram. (b) Timing diagram. (c) Counting sequence.Figure 6.31

Page 12: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Synchronous Binary Counters

Solve the settling time problem of the ripple counters

Every flip-flop changes on clock input simultaneously

Large number of flip-flops can cause loading complications

Page 13: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Four-bit synchronous binary counter.Figure 6.32

Page 14: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Four-bit synchronous binary counter variation.Figure 6.33

Page 15: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Four-bit synchronous binary counter with parallel load inputs. (a) Logic diagram. (b) Symbol.Figure 6.34

Page 16: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Synchronous mod-10 counter. (a) Connections. (b) Counting sequence.Figure 6.35

Page 17: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

8-bit synchronous binary counter constructed from two 4-bit synchronous binary counters.Figure 6.36

Page 18: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Counters Based on Shift Registers

Nonbinary counters a ring counter: a circular shift register

where only one flip-flop is in 1-state and the rest are in 0-state

a switch-tail counter (twisted-ring counter or Johnson counter): complement of the rightmost flip-flop becomes input of the leftmost flip-flop

Page 19: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Mod-4 ring counter. (a) Logic diagram. (b) Counting sequence.Figure 6.37

Page 20: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Mod-8 twisted-ring counter. (a) Logic diagram. (b) Counting sequence.Figure 6.38

Page 21: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Mod-7 twisted-ring counter. (a) Logic diagram. (b) Counting sequence.Figure 6.39

Page 22: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Synchronous Counter Design

To design a synchronous counter, perform the following steps

Decide the counting sequence Draw an excitation table, which

consists of 3 partsPresent state| Next state| flip-flop inputs

(flip-flop inputs can be obtained from an application table of the selected flip-flop)

Determine inputs of each flip-flop

Page 23: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

General structure of a synchronous mod-6 counter using positive-edge-triggered JK flip-flops.Figure 6.40

Page 24: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Determination of the minimal-sum expressions for a synchronous mod-6 counter using clocked JK flip-flops.Figure 6.41

Page 25: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Logic diagram of a synchronous mod-6 counter.Figure 6.42

Page 26: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Determination of the minimal-sum expressions for a synchronous mod-6 counter using clocked D flip-flops.Figure 6.43

Page 27: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Determination of the minimal-sum expressions for a synchronous mod-6 counter using clocked T flip-flops.Figure 6.44

Page 28: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Determination of the minimal-sum expressions for a synchronous mod-6 counter using clocked SR flip-flops.Figure 6.45

Page 29: Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register

Complete state diagram for the synchronous mod-6 counter of Fig. 6.42.Figure 6.46