- 1、本文档共22页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
latch-课件(PPT-精)
第7章之时序逻辑基础 UESTC光电信息学院 陈德军 数字设计原理与应用 第七章 时序逻辑设计原理 时序逻辑的基本知识 触发器 时序逻辑的分析 时序逻辑的设计 时序逻辑中的状态和状态变量 时钟 CLOCK PULSE 时钟 CLOCK PULSE 双稳态器件 S-R锁存器1 S-R锁存器1 S-R锁存器2 S-R锁存器3 带使能端的S-R锁存器 带使能端的S-R锁存器续 带使能端的D锁存器 D锁存器续 J-K锁存器 J-K锁存器2 锁存器之特征方程 锁存器作为存储器件有优势,而作为逻辑器件有缺陷 * 第7章时序逻辑设计原理 UESTC光电信息学院 陈德军 第7章之时序逻辑基础 UESTC光电信息学院 陈德军 组合逻辑与时序逻辑的区别 Combinational logic circuit: output depend only on its current inputs, no feedback circuit, no memory device. Sequential logic circuit:output depend not only its current inputs, but also on the past sequence of inputs, possibly arbitrarily far back in time, the logic circuit have feedback and memory. 即刻输入决定即刻输出 组合逻辑+历史信息 x S CI Y CO x0 y0 s0 Co0 x S CI Y CO x1 y1 s1 Co1 CI CI1 … CI2 x S CI Y CO xn yn sn con CIn Co(n-1) Co x S CI Y CO xi yi si coi CO Design a n-bit full adder using iterative circuit Design a n-bit full adder using sequential circuit memory feedback 第7章之时序逻辑基础 UESTC光电信息学院 陈德军 组合逻辑与时序逻辑的区别 t时刻 t时刻 Current inputs outputs logic Combinational logic Sequential logic Current inputs t时刻 State before the current one t-1时刻 outputs t时刻 Current state t时刻 Sequential logic I/O of sequential logic circuit State variable:任意时刻的值都包含了为确定电路未来行为而必须考虑的所以历史信息,是一个二进制变量,对应着一个时序电路中的逻辑信号; state:状态变量的集合 Outputs of filp-flop 时序逻辑的体现——state machine Finite state machine:状态的个数是有限的,而非无限的时序逻辑(状态机) 0 1 2 3 4 5 State diagram states State variables Q2Q1Q0 0 0 0 0 1 0 0 1 2 0 1 0 3 0 1 1 4 1 0 0 5 1 0 1 编码 State machine 触发器s的输出 一个触发器就是一个1位的状态机, 触发器是构成时序状态机的基本器件 The state changes of most sequential circuits occur at times specified by a free-running clock signal Clock Pulse Clock tick (时钟触发沿) 1、positive edge: state change occur at rising edge 2、negative edge: state change occur at falling edge Clock period (时钟周期) Clock frequency (时钟频率) Duty cycle (占空比) CP CP Rising edge Falling edge Clock is active high:state change occur at clock’s rising (positive) edge Clock is active low: state change occur at clock’s falling (negative) edge 一般状态机在时钟触发沿来临时引入状态更新 并且在一个时钟脉冲内状态只更新一次 触
文档评论(0)