FF Mạch số
FF Mạch số
FLIP-FLOP
They have two stable conditions and can be switched from one
to the other by appropriate inputs. These stable conditions are
usually called the states states states states of the circuit.
1. SR Flip Flop SR
a.SR Flip Flop Active Low = NAND gates
b. SR Flip Flop Active High = NOR gates
2. Clocked SR Flip Flop
3. JK Flip Flop
4. JK Flip Flop With Pre-set And Clear
5. T Flip Flop
6. D Flip Flop
7. Master-Slave Edge-Triggered Flip-Flop
Inasynchronous device, the outputs is immediately changed anytime one or more of the inputs change just as in
combinational logic circuits.
These basic Flip Flop circuit can be constructed using two NAND gates latch or two NOR gates latch.
The SR Flip Flop has two inputs, SET (S) and RESET (R).
The Q output is considered the normal output and is the one most
used.
a.SR Flip Flop Active Low = NAND gates [SR Flip Flop - NAND GATE LATCH]
The NAND gate version has two inputs, SET (S) and RESET (R).
The circuit outputs depends on the inputs and also on the outputs.
b. SR Flip Flop Active High = NOR gates [SR Flip Flop - NOR GATE]
The CLOCK
When the clock changes from a LOW state to a HIGH state, this is called the positive-going transition (PGT)
or positive edge triggered.
When the clock changes from a HIGH state to a LOW state, it is called negative going transition (NGT) or
negative edge triggered.
FLIP-FLOP
PGT Clocked SR Flip Flop Symbol
Clocked SR Flip Flop
Its means that the flip flop can change the output states
only when clock signal makes a transition from LOW to
HIGH.
The Truth Table in figure shows how the flip flop output will
respond to the PGT at the clocked input for the various
combinations of SR inputs and output.
It means that the Flip flop can change the output states NGT Clocked SR Flip Flop Symbol
only when clocked signal makes a transition from HIGH to
LOW
FLIP-FLOP
The JK Flip flop has clock input Cp and two control inputs J
and K.
The T flip flop has only the Toggle and Hold Operation.