Reflex function block: T flip-flop
(Original Document)
Role
This function allows a 2-way split to be performed.
Structure
The table below shows the block's different interfaces.
Name
Meaning
E
Flip-flop input.
CLK
Enable input.
SET
Outputs x / x Aux set respectively to 1 / 0.
RESET
Outputs x / x Aux set respectively to 0 / 1. This input takes priority over SET input.
x
Flip-flop's physical output.
x Aux
Block's internal auxiliary output.
Illustration
Operation
This table describes the different operating phases of the T flip-flop.
Phase
Description
1
On the rising edge of input CLK:
  • if input E is at 1:
    • output x takes the opposite status to its current status,
    • output x Aux takes the opposite value to x,
  • if input E is at 0, outputs x and x Aux remain at that status.
Illustration
The illustration below shows the trend diagram of the T flip-flop function block.