EveryCircuit
Powering up...
Circuit
Public
Private
Unlisted
Save

HELP - D-FlipFlop with Reset

@ericstanleysamar
5 years ago
https://everycircuit.com/circuit/5475384197644288
How do I convert the D-FlipFlop block here in everycircuit to one with reset function? TRUTH TABLE: =========== D || CLK || RST || Q 0 || / || 1 || 0 1 || / || 1 || 1 X || \ || 1 || X X || X || 0 || 0 The problem with the solutions I come up with is that when I trigger reset, the output will return to D>Q if CLK is currently 1. Q should only copy D if there is a positive trigger.
Comments
Post