Chapter 6

28
Chapter 6 Registers and Counters

description

Chapter 6. Registers and Counters. Registers. Register and counter logic circuits contain flip-flops A “register” is a group of flip-flops , each one is capable of storing “1 bit” of information - PowerPoint PPT Presentation

Transcript of Chapter 6

Page 1: Chapter 6

Chapter 6Registers and Counters

Page 2: Chapter 6

Registers

• Register and counter logic circuits contain flip-flops• A “register” is a group of flip-flops , each one is capable of storing “1 bit” of information• A n-bit register consists of a group of n flip-flops capable of storing n bits of binary information.• A “counter” is a register that goes through a sequence of binary states

Page 3: Chapter 6

Registers- four bit register

Page 4: Chapter 6

• Additional gates implement 2-channel mux• Data is always transfer at positive clock pulse• When “Load-input” is “1” ,the data from inputs transfer to registers• When “Load-input” is “0” ,the flip-flop output (present state) transfer to register and implement “no change” condition

Register - Four-bit register with parallel load

Page 5: Chapter 6

Register - Four-bit register with parallel load

Page 6: Chapter 6

• Shifting of binary information from one cell to its neighboring cell ,is called “shift register”• The output of one flip-flop is connected to input of next flip-flop• All flip-flop receive common clock pulses, which shift the data from one stage to the next

Shift registers

Page 7: Chapter 6

Shift registers

• The shift can be contro11ed with an input by connecting the CLK through an AND gate

Page 8: Chapter 6

• The “serial - mode”, transfer and manipulate one bit information at a time• The “parallel – mode”, information is available from all bits of a register and all bits can be transferred simultaneously during one clock pulse

Shift registers – serial transfer

Page 9: Chapter 6

Shift registers – serial transfer

Page 10: Chapter 6

Shift registers – Example

Page 11: Chapter 6

Serial addition(D flip-flop)

Note : Serial operations are slower compare to parallel operation

Parallel adder is a combinational circuit, while serial adder is a sequential one

Page 12: Chapter 6

Serial addition(JK flip-flop)

Page 13: Chapter 6

Serial addition(JK flip-flop)

Page 14: Chapter 6

Universal Shift Registers The general shift registers have following capabilities:• A clear control to clear the register to 0• A clock input to synchronize the operation• A shift-right control to enable the shift-right operation• A shift-left control to enable the shift-left operation• A parallel-load control enable, n-input lines associated with the parallel transfer• n parallel output lines• A control state ,that leaves the information unchanged

Page 15: Chapter 6

Universal Shift Registers

If the register has both shifts and parallel-load capabilities, it is referred to as a universal shift register

Page 16: Chapter 6

Ripple Counters• A register that goes through sequence of states upon application of input pulses is called a “Counter”• A counter that follows the binary number sequence is called a binary counter• A n-bit binary counter consists of n flip-flops and counts from 0 through 2ⁿ -1• Counter are divided into two categories,• Ripple counters• Synchronous counters

Page 17: Chapter 6

Binary Ripple Counter• A1 goes from 1 to 0, it complements A2• A2 goes from 1 to 0, it complements A3,and so on for any other higher order

• A binary counter with a reverse count is called a binary “countdown counter”• The true output goes from 0 to 1

Page 18: Chapter 6

BCD Ripple Counter

• A decimal counter is similar to a binary counter, except that the state after 1001 (the code for decimal digit 9) is 0000 (the code for decimal digit 0)

Page 19: Chapter 6

BCD Ripple Counter

Page 20: Chapter 6

SYNCHRONOUS COUNTERSBinary Counter

• If the enable input is 0,aII J and K inputs are equal to “0” and clk does not change the state of the Counter• J and K inputs are equal to 1 if all previous least significant stages are equal to 1 and the count is enabled• A synchronous countdown binary counter goes through the binary states in reverse order, 1 11 1 down to 0000 and back to 11 1 1 to repeat the count

Page 21: Chapter 6

Up-Down Binary Counter

SYNCHRONOUS COUNTERS

• When the up input is 1, the circuit counts up, since the T inputs receive their signals from the values of the previous normal outputs of the flip-flop• When the down input is 1 and the up input is 0, the circuit counts down, since the complemented outputs of the previous flip-flops are applied to the T input• When the up and down inputs are both 0, the circuit does not change state and remains in the same count• When the up and down inputs are both I, the circuit counts up

Note: The up input has priority over the down input.

Page 22: Chapter 6

Binary counter with parallel load

Page 23: Chapter 6

BCD counter with parallel load

Page 24: Chapter 6

OTHER COUNTERSCounter with unused states

Page 25: Chapter 6

Ring Counter• A ring counter is a circular shift register with only one flip-flop being set at any particular time; all others are cleared• The single bit is shifted from one flip-flop to the next to produce the sequence of timing signals

Page 26: Chapter 6

Johnson counter

• It is possible to generate a timing signals with a combination of a shift register and a decoder. That way, the number of flip-flops is less than in a ring counter, and the decoder requires only two input gates. This combination is called a “Johnson Counter”• In general, a k-bit switch-tail ring counter will go through a sequence of 2k states• A Johnson counter is a k-bit switch-tail ring counter with 2k decoding gate to provide outputs for 2k timing signals

Page 27: Chapter 6

Johnson counter

Page 28: Chapter 6

Home work

6.2, 6.4, 6.6, 6.7,6.8, 6.9, 6.11, 6.12, 6.13, 6.14,6.16, 6.17, 6.18, 6.19, 6.20, 6.24, 6.25, 6.27, 6.28, 6.29, 6.30