This documentation is out of date.
The new version of the documentation is here: https://cannylogic.com/docs |
T flip-flop
From CANNY Wiki
Appearance | |
---|---|
Symbol | |
TT | |
Group | |
Flip-flops / Latches | |
Inputs | |
Input S: | Integer |
Input R: | Logical |
Outputs | |
Output: | Integer |
Version CANNY Lab | |
from 0.6b |
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