Searched Projects

Tags: JK FlipFlop

project.name
0 Stars     20 Views
User:

MyProj

MyProj

HW Assignment 3


project.name
0 Stars     41 Views

JK Master Slave FlipFlop

JK Master Slave FlipFlop

project.name
0 Stars     37 Views

JK FlipFlop NAND Gates (Rising edge)

JK FlipFlop NAND Gates (Rising edge)

This demonstrate the JK-Flipflop.

J 0, K 0 => do nothing
J 1, K 0 => Set (Q = 1, Q' = 0)
J 0, K 1 => Reset (Q = 0, Q' = 1)
J 1, K 1 => Toggle Q and Q'