This documentation is out of date.

The new version of the documentation is here: https://cannylogic.com/docs

Difference between revisions of "D flip-flop"

From CANNY Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
Line 18: Line 18:
 
!colspan="2" style="background-color:#AFEEEE;"|Inputs
 
!colspan="2" style="background-color:#AFEEEE;"|Inputs
 
|-
 
|-
|style="padding-left:1em;"|Input S:
+
|style="padding-left:1em;"|Input D:
 
|style="padding-left:1em;"|[[CFD Language#Data|Numeric]]
 
|style="padding-left:1em;"|[[CFD Language#Data|Numeric]]
 
|-
 
|-
|style="padding-left:1em;"|Input R:
+
|style="padding-left:1em;"|Input E:
 
|style="padding-left:1em;"|[[CFD Language#Data|Logical]]
 
|style="padding-left:1em;"|[[CFD Language#Data|Logical]]
 
|-
 
|-

Revision as of 09:32, 23 November 2015

Appearance
5 7 1 2.png
Symbol
TD
Group
Flip-flops / Latches
Inputs
Input D: Numeric
Input E: Logical
Outputs
Output: Numeric
Version CANNY Lab
from 0.6b

left|Иконка

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.

Examples

Step 1
Step 2
Step 3
Step 4
Step 5

See also

RS latch

SR latch

T flip-flop

JK flip-flop

Built-in Function Blocks