- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Combinational Logic - University of California, Berkeley:组合逻辑-加利福尼亚大学,伯克利.ppt
EECS 150 - Components and Design Techniques for Digital Systems Lec 05 – Boolean Logic9/4-04 David Culler Electrical Engineering and Computer Sciences University of California, Berkeley /~culler /~cs150 Review Design flow Design entry, High Level Analysis, Technology Mapping, Low-Level Analysis Role of Netlists and Hardware Description Languages Verilog Structural models Behavioral models Elements of the language Lots of examples Synchronous Sequential Circuits in Verilog module FF (CLK,Q,D); input D, CLK; output Q; reg Q; always @ (posedge CLK) Q=D; endmodule // FF Seq. Circuit Behavior Other models Outline Review Motivation: working with combinational logic Truth Tables vs Boolean Expressions vs Gates Minimal Operators Boolean Algebra Manipulating Expressions and Circuits Proofs: Term rewriting Exhaustive Enumeration Simplifications De Morgan’s Law Duality Canonical and minimal forms (maybe) Combinational Logic (CL) Defined yi = fi(x0 , . . . . , xn-1), where x, y are {0,1}. Y is a function of only X. If we change X, Y will change immediately (well almost!). There is an implementation dependent delay from X to Y. CL Block Example #1 Truth Table Description: Boolean Equation: y0 = (x0 AND not(x1)) OR (not(x0) AND x1) y0 = x0x1 + x0x1 Gate Representation: More Complex gate: xor The example is the standard function called exclusive-or (XOR,EXOR) Has a standard algebraic symbol: And a standard gate symbol: CL Block Example #2 4-bit adder: R = A + B, c is carry out Truth Table Representation: 4-bit Adder Example Motivate the adder circuit design by hand addition: Add a0 and b0 as follows: Add a1 and b1 as follows: 4-bit Adder Example In general: ri = ai XOR bi XOR cin cout = aicin + aibi + bicin = cin(ai + bi) + aibi Now, the 4-bit adder: 4-bit Adder Example Graphical Representation of FA-cell ri = ai XOR bi XOR cin cout = aicin + aibi + bicin Alternative Implementation (with 2-input gate
您可能关注的文档
- 概率论与数理统计(经管类。第四版).ppt
- 2012届高考英语一轮复习必修二:Unit_1_Cultural_relics学时3经典句型(人教版)1.ppt
- The Defence Export Unit国防出口单位.ppt
- 2012年高考、复习与学科能力:生物-2012名师一号(精品课件):高考中常见题型归类探究.ppt
- 目标管理L[打造高绩效管理目标与团队].ppt
- 【物流精选】马士华-供应链管理-ch_5 供应链合作伙伴选择与评价.ppt
- 大学英语六级考前热点高分范文50篇1-10[突破英语等级考试].ppt
- IP-applicationch2影像品質的改善.ppt
- Social and Economic Justice - Home, Southeast Missouri State 社会和经济正义-家居,东南密苏里州立.ppt
- 嵌入式系统开发环境&基本嵌入式应用程序开发实验.ppt
文档评论(0)