Download presentation
Presentation is loading. Please wait.
1
Sequential Logic Design Principles 7.1 Bistable Elements 7.2 Latches and Flip-Flops 7.4 Clocked Synchronous State- Machine Analysis 7.5 Clocked Synchronous State- Machine Design Return Introduction 7.3 Clocked Synchronous State- Machine Structure
2
Sequential Logic Design Principles A sequential logic circuit is one whose outputs depend not only on its current inputs, but also on the past sequence of inputs, possibly arbitrarily far back in time. Combinational circuit Memory circuit Z1Z1 Zj Y1Y1 Yr... X1X1 XiXi Q1Q1 Qr... output equation drive equation state equation Z=F 1 ( X , Q n ) Y=F 2 ( X , Q n ) Q n+1 =F 3 ( Y , Q n ) NextReturn
3
Finite-state machine: In a digital logic circuit, state variables are binary values. A circuit with n binary state variables has 2 n possible states which is always finite, so sequential circuits are sometimes called finite- state machines. Sequential Logic Design Principles State: The state of a sequential circuit is a collection of state variables whose values at any one time contain all the information about the past necessary to account for the circuit’s future behavior. NextBack
4
Duty cycle: The duty cycle is the percentage of time that the clock signal is at its asserted level. Sequential Logic Design Principles The state changes of most sequential circuits occur at times specified by a free- running clock signal. tHtH tLtL t per Period=t per Frequency=1/t per Duty cycle=t H /t per Return
5
FF=Flip-Flop 触发器 CLK=Clock 时钟 Clocked Synchronous State-Machine 同步 时序状态机(同步时序逻辑电路) duty cycle 占空比 stable 稳态 metastable 亚稳态 latch 锁存器 master-slave 主从 positive-edge-triggered 上升沿触发 negative-edge-triggered 下降沿触发 Specialized Words Return
6
P647~651 7.9, 7.15, 7.16, 7.17, 7.18, 7.19, 7.30, 7.32, 7.7.34, 7.35 Exercises Return
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.