I just learnt flip flops and I want to build a very simple circuit incorporating flip flops can I get suggestions. It should be simple just to make me understand this flip flops perfectly
I just learnt flip flops and I want to build a very simple circuit incorporating flip flops can I get suggestions. It should be simple just to make me understand this flip flops perfectly
There are unclocked (asynchronous) latches, which can be built simply with a couple of NAND or NOR gates, and there are clocked latches, which only change state when a clock signal occurs.
(Clocked latches are much more complicated circuit-wise, and are what is normally referred to as a flip-flop).
Which are you referring to?