This documentation is out of date.
The new version of the documentation is here: https://cannylogic.com/docs |
D flip-flop
From CANNY Wiki
Appearance | |
---|---|
Symbol | |
TD | |
Group | |
Flip-flops / Latches | |
Inputs | |
Input D: | Integer |
Input E: | Logical |
Outputs | |
Output: | Integer |
Version CANNY Lab | |
from 0.6b |
The flip-flop, that does not change(save) the output value if inputs "E" is zero.
At presence of a non-zero value at the input "E", the value of input "D" is copied to the output.
Features
D-flip-flops usually used as a memory cell.