Searched Projects

Tags: sequential logic

project.name
1 Stars     438 Views
User:

Sequential Logic

Sequential Logic
Sequential logic circuits like D-latch, Master-Slave-latch, Divide by Four counter/backwards counter, gray code display, traffic lights controller, shift register.

project.name
0 Stars     39 Views
User:

project.name
0 Stars     95 Views
User:

FF J-K (com NOR)

FF J-K (com NOR)

project.name
0 Stars     42 Views
User:

FF J-k (com NAND)

FF J-k (com NAND)

project.name
0 Stars     73 Views

DFF alternate

DFF alternate

project.name
0 Stars     34 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'