Saturday, July 4, 2020

Master Slave JK FF

Master-slave JK flip-flop is designed to eliminate the race around condition in JK flip-flop and it is constructed by using two JK flip-flops as shown in the circuit diagram below.
The first flip-flop is called the master, and it is driven by the positive clock cycle. The second flip-flop is called the slave, and it is driven by the negative clock cycle. During the positive clock cycle, master flip-flop gives the intermediate output but slave flip-flop will not give the final output. During the negative clock cycle, slave flip-flop gets activated and copies the previous output of the master flip-flop and produces the final output.

Master-slave JK flip-flop constructed by using NAND gates

State table

ClockJKQ(n+1)Comments
0XXQ(n)No change
100Q(n)No change
1010Reset
1101Set
111Q(n)’Toggle
Here, Q(n) is the present state and Q(n+1) is the next state.

Characteristic table

Q(n)JKQ(n+1)
0000
0010
0101
0111
1001
1010
1101
1110

Excitation table

Q(n)Q(n+1)JK
000X
011X
10X1
11X0

Characteristic equation

Q(n+1) = Q(n)'J + Q(n)K'

No comments:

Post a Comment