11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
|
= J-K-Flip-Flop =
|
||
|
|
||
|
A J-K-Flip-Flop is the simplest type of flip flop.
|
||
|
|
||
|
* J Input sets the flip flop
|
||
|
* K input resets the flip flop
|
||
|
* Q and Q_NOT are the stored state
|
||
|
|
||
|
J-K Flip flops are NOT clock aware, and can have issues of flipping constantly
|
||
|
when built with real circuts
|