Let’s first now derive the D flip-flop from RS flip-flop which we have already done: We first write the truth table for required D flip-flop as Now we write the excitation table of given FF SR flip-flop as Now we need to make a arrangement so that we manipulate input D to inputs R, S […]
Tag: rs flip flop
Excitation table of Flip flops
Excitation of a flip-flop is actually exact opposite of what a truth table is. The truth table for the flip-flop gives us the output for the given combination of inputs and present output while an excitation table gives the input condition for the given output change. E.g. As in truth table we say for T […]
RS Flip flop implementation(NAND gates)
We can also represent the above circuit using NAND gates as: Let’s convert to NAND circuit step by step. R’S’ FLIPFLOP The characteristics of the FF are as given in table: Now we replace R by R (bar) and S by S (bar) and eliminating the 2 circles and hence final circuit.
RS Flip flop
When R=0, S=0 we don’t have a change in the output in the circuit. When R=0, S=1 we have output as Q=1 and Q bar = 0 When R=1, S=0 we have the output as Q=0 and Q bar = 1 But when we have R=1, S=1, both R and S make outputs of their […]