Isn't the new T "flip flop" just a T latch?

    Joined
    Jul 14, 2013
    Messages
    98
    Reaction score
    27
    • Purchased!
    • Community Content - Bronze 1
    • Legacy Citizen
    In order to be a flip flop doesn't it have to be triggered with conjunction of a secondary input (IE clock), not simply T toggled? Other wise, we've already had "flip flops" for a long time, the activation module is technically an unclocked D latch, which you can actually convert into the new T latch using *only four blocks* (XOR gate, connect itself to the gate and your input). There is no master slave system, nothing really besides saving four blocks with this ( even less blocks if you simply need to convert a D flip flop into a T flip flop)
     

    NeonSturm

    StormMaker
    Joined
    Dec 31, 2013
    Messages
    5,110
    Reaction score
    617
    • Wired for Logic
    • Thinking Positive
    • Legacy Citizen 5
    It's basically a raising edge detector, a falling edge detector together with a not.

    But it can store bits too.