12 lines
284 B
Plaintext
12 lines
284 B
Plaintext
|
= 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.
|