EveryCircuit
Powering up...
Circuit
Public
Private
Unlisted
Save

D-Type Flip Flop using only NOR Gate

@justinmcg67
12 years ago
https://everycircuit.com/circuit/5914948228087808
Simple adaptation of the DFF using just NOR Gates. "D" is the Square Wave Source. "E" is the 5V DC Source. If E=1, Q follows "D". If E=0, last state of "D" is stored, This is possibly the simplest approach to understanding how memory works. Mostly the DFF is done with NAND Gates, however after searching for such a circuit using only NOR Gates returned nothing, I am now submitting this in hopes to fill that gap for the community. #####NOTES#### Terms: Q = Output Q' = Second output D = Data/Signal E = Enable DFF = D Flip Flop
Comments
Post