This documentation is out of date.

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

T flip-flop

From CANNY Wiki
Jump to: navigation, search
Appearance
5 7 4 2.png
Symbol
TT
Group
Flip-flops / Latches
Inputs
Input S: Integer
Input R: Logical
Outputs
Output: Integer
Version CANNY Lab
from 0.6b
Icon

Synchronous flip-flop that, with a non-zero value on the input «T», changes the value of the output at the rising edge on the input «C».

The changes are performed at each rising edge (values change from zero to non-zero) at the input «C»:

  • if the output value is "0", input "T" value copied to the output.
  • if the output value is non-zero, the output state becomes zero

Examples

Step 1
Step 2
Step 3
Step 4

See also

RS latch

RS latch

D flip-flop

JK flip-flop

Built-in Function Blocks