Electronic – Logic gate diagram for JK latch? (Not flip-flop)

digital-logic

What would the logic gate diagram look like for a JK Latch? I know what a JK flip-flop looks like, but how would you build a latch with only J and K inputs, without a clock input?

Best Answer

This is pretty easy to derive by hand. A JK latch is just like an SR latch except with a 11 input, an SR latch does nothing, while a JK latch toggles. So, basically, you can write out the truth table and solve it with a Karnaugh map.

The lack of a clock makes toggling pretty useless here; I have never seen a JK latch in the wild but they are theoretically quite possible.