| written 7.2 years ago by | modified 7.2 years ago by |
Subject: Logic Design
Topic: Sequential Logic Design
Difficulty: Medium
| written 7.2 years ago by | modified 7.2 years ago by |
Subject: Logic Design
Topic: Sequential Logic Design
Difficulty: Medium
| written 7.2 years ago by |
• In a Johnson Ring Counter, the Q output of each stage of flip flop is connected to the D output of the next stage.
• And the compliment output of the last flip flop is connected to the back to the input of the first flip flop.
• Following figure shows the concept of Johnson ring counter.

• It is also called as Twisting Ring Counter or switch tail counter.
• Johnson counter can be implemented with SR or JK Flip Flop as well.
• As shown in figure feedback from almost rightmost flip-flop complement output to the leftmost flip-flop input.
• This arrangement produces a sequence of states
• Initially all the register is cleared so output of QA, Qb, QC and Qd are zero.
• The output of the last stage, Qd is zero. Therefore complement output of last stage, Qd is one
• These are connected to back to the D input of the first stage of Da is one.
• The first falling clock edge produces Qa=1 and Qb,Qc,and Qd are zero.
• The next clock pulse produces Qa=1 Qb=1 QC=0 and Qd=0.
• Sequence of stages are shown in following table

