d-flip-flop
The D Flip-Flop: Edge-Triggered Memory in Digital Design
TL;DR: A D flip-flop captures whatever is on its data (D) input at the moment of an active clock edge and holds that value until the next active edge. Its...
A collection of 2 posts
TL;DR: A D flip-flop captures whatever is on its data (D) input at the moment of an active clock edge and holds that value until the next active edge. Its...
TL;DR: A shift register is a chain of D flip-flops where the output of each stage feeds the input of the next. On every clock edge, every bit shifts one...