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]
(Created page with " <div style="float:right;margin:5px;"> {|class="cannytable" width="350px" |- !colspan="2" style="background-color:#AFEEEE;"|Appearance |- |colspan="2" align="center" style="...")
 
(Features)
 
(4 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
!colspan="2" style="background-color:#AFEEEE;"|Appearance
 
!colspan="2" style="background-color:#AFEEEE;"|Appearance
 
|-
 
|-
|colspan="2" align="center" style="padding:10px;"|[[File:5_7_1_2.png]]
+
|colspan="2" align="center" style="padding:10px;"|[[File:5_7_3_2.png]]
 
|-
 
|-
 
!colspan="2" style="background-color:#AFEEEE;"|Symbol
 
!colspan="2" style="background-color:#AFEEEE;"|Symbol
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|Integer]]
 
|-
 
|-
|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]]
 
|-
 
|-
!colspan="2" style="background-color:#AFEEEE;"|
+
!colspan="2" style="background-color:#AFEEEE;"|Outputs
 
|-
 
|-
 
|style="padding-left:1em;"|Output:
 
|style="padding-left:1em;"|Output:
|style="padding-left:1em;"|[[CFD Language#Data|Numeric]]
+
|style="padding-left:1em;"|[[CFD Language#Data|Integer]]
 
|-
 
|-
 
!colspan="2" style="background-color:#AFEEEE;"|Version [[CANNY Lab]]
 
!colspan="2" style="background-color:#AFEEEE;"|Version [[CANNY Lab]]
Line 37: Line 37:
 
<div style="min-height:100%;display:block;">
 
<div style="min-height:100%;display:block;">
 
<div style="float:left;width:70px;">
 
<div style="float:left;width:70px;">
[[Изображение:5_7_3_1.png|left|Иконка]]
+
[[File:5_7_3_1.png|left|Icon]]
 
</div>
 
</div>
  
Line 49: Line 49:
  
 
== Features==
 
== Features==
D-flip-flops usually used as a memory cell.
+
D-flip-flops are usually used as a memory cell.
  
 
== Examples==
 
== Examples==

Latest revision as of 13:53, 23 January 2016

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

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 are 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