vimwiki/tech/D-flip-flop.wiki

12 lines
284 B
Plaintext
Raw Normal View History

2021-11-02 19:15:01 +00:00
= D-flip-Flop =
A D-flip-flop or data flip flop is a type of flip flop that can store a bit,
and has two inputs and two outputs
* D (data) input
* CLK (Clock) input
* Q (Stored Data) output
* NOT_Q (Stored Data) output
The D flip flop only changes on the rising edge of the clock.