Boolean RS Flip Flop |
Boolean JK (MS) Flip Flop |
Boolean D Latch |
Boolean Muliple D Latches |
This component is a JK flip flop with or without master slave functionality.
With activated master slave functionality the j and k inputs are latched during the rising edge of the clock input. With the falling edge the outputs are updated according the latched j and k inputs.
With deactivated master slave functionality the outputs are updated according the j and k inputs during the rising edge of the clock input.
Set | Reset | Clock | J | K | Output T | /Output T | |
---|---|---|---|---|---|---|---|
False | True | X | X | X | False | True | |
True | False | X | X | X | True | False | |
True | True | X | X | X | False | True | |
False | False | False | X | X | Output T-1 | /Output T-1 | |
False | False | True | X | X | Output T-1 | /Output T-1 | |
False | False | ![]() | False | False | Output T-1 | /Output T-1 | |
False | False | ![]() | False | True | False | True | |
False | False | ![]() | True | False | True | False | |
False | False | ![]() | True | True | /Output T-1 | Output T-1 |
The mono flop has a hideable reset input, a non negated and a negated output. The component has or has no retrigger property.
The time can be given in a time unit (ps,ns,µs,ms,s) or in simulation cycles (ticks). Press the left mouse button in the input line and see the available manipulation options. The input of new delay time with one of the available unit works well. Or use the mouse wheel for changing the value in a 1-2-5 scheme.