MindMap Gallery Sequential logic circuit mind map
This is a mind map about sequential logic circuits, including the basic concepts of sequential logic circuits, analysis of synchronous sequential logic circuits, etc.
Edited at 2023-11-20 00:38:08This is a mind map about bacteria, and its main contents include: overview, morphology, types, structure, reproduction, distribution, application, and expansion. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about plant asexual reproduction, and its main contents include: concept, spore reproduction, vegetative reproduction, tissue culture, and buds. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about the reproductive development of animals, and its main contents include: insects, frogs, birds, sexual reproduction, and asexual reproduction. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about bacteria, and its main contents include: overview, morphology, types, structure, reproduction, distribution, application, and expansion. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about plant asexual reproduction, and its main contents include: concept, spore reproduction, vegetative reproduction, tissue culture, and buds. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about the reproductive development of animals, and its main contents include: insects, frogs, birds, sexual reproduction, and asexual reproduction. The summary is comprehensive and meticulous, suitable as review materials.
sequential logic circuit
Basic concepts of sequential logic circuits
three basic equations
Excitation equations
System of state transition equations
Output system of equations
Characteristics of sequential circuits
Composed of combinational circuits and memory circuits
The next state of the circuit is determined by the current input variables and status.
The output signal is determined by the input signal and the circuit state.
sequential circuit
Asynchronous sequential circuit
Pulse asynchronous sequential circuit
Electric frequency asynchronous sequential circuit
Synchronous sequential circuit
Clock synchronization state machine
Sequential logic circuit function expression
Logic equations
state transition table
State transition diagram
Timing diagram
Analysis of Synchronous Sequential Logic Circuits
1. List the excitation equations; the state transition equations; the output equations
2. List the state transition table and list all possible current states of the circuit.
3. Draw a state transition diagram
4. Draw a timing diagram
5. Logical analysis function
Design of Synchronous Sequential Logic Circuits
1. Establish the original state transition diagram and original state transition table from the given logical function
2.Status simplification
3. Specify a specific binary code machine state assignment for each state
4. Select trigger type
5. Establish the excitation equation system and the output equation system
6. Draw a logic diagram and check the self-correction ability
Programmable circuit implementation of sequential logic
By adding flip-flops and feedback connections to the PLD, you can implement sequential logic
Analysis of asynchronous sequential logic circuits
1. List each system of logical equations
Clock signal equations
Excitation equations
System of state transition equations
Output system of equations
2. List the state transition table
3. Draw state transition diagrams and timing diagrams
4. Logical function analysis
Commonly used sequential logic circuit modules
register
Sequential logic components that temporarily store secondary digital numbers
One type is a register composed of multi-bit D flip-flops in parallel. The data is stored when the effective edge of the clock arrives. The other type is composed of D latches. The data is stored at a certain agreed level of the clock. .
Shift Register
One-way shift register: serial in-serial/parallel out one-way shift register; serial/parallel in-serial out one-way shift register
Multifunctional bidirectional shift register
counter
When running, the number of states experienced by a complete cycle starting from a certain state is called ---- the modulo M of the counter.
Asynchronous binary counter
Synchronous binary counter
Carry method: The process of stimulating the flip-flop of the high-bit flip-flop after the low-bit of the incrementing counter is full is called counting carry.
Asynchronous clearing and synchronous parallel setting
74LVC161-Typical integrated synchronous binary counter
Other modulus counters
N represents the binary counter of 2 raised to the Nth power.
N<M
feedback clearing method
Feedback number setting method
N>M
synchronous cascade
Asynchronous cascade
shift register counter
ring counter
twisted ring counter