数字电路英文版第五单元.pptx
《数字电路英文版第五单元.pptx》由会员分享,可在线阅读,更多相关《数字电路英文版第五单元.pptx(74页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、CHAPTER 5 Dual symbol (对偶符号)Node (节点)Signal tracing(信号跟踪)Universal gate (万能门)Combinational logic (组合逻辑)Sequential logic(时序逻辑)第1页/共74页KAY TERMDual symbols The negative-AND is the dual symbol for the NOR gate,and the negative-OR is the dual symbol fot the NAND gate.Node A common connection point in a
2、circuit in which a gate output is connected to one or more gate inputs.第2页/共74页Signal tracing A troubleshooting technique in which waveforms are observed in a step-by-step manner beginning at the input and working toward the output or vice versa.At each point the observed waveform is compared with t
3、he correct signal for that point.第3页/共74页Universal gate Either a NAND gate or a NOR gate.The term universal refers to the property of a gate that permits any logic function to be implemented by that gate or by a combination of gates of that kind.第4页/共74页 5.1 BASIC COMBINATIONAL LOGIC CIRCUITS In Cha
4、pter 4,you learned that SOP expressions are implemented with an AND gate for each product term and one OR gate for summing all of the product terms.This SOP implementation is called ANDOR logic and is the basic form for realizing standard Boolean functions.2.第5页/共74页In this section,the ANDOR and the
5、 AND-OR-Invert are examined;and the exclusive-OR and exclusive-NOR gates,which are actually a form of AND-OR logic,are covered.3.第6页/共74页AND-OR Logic (SOP)ABDCABXCD&1ABCDXX=AB+CD4.Fig.5-1第7页/共74页 Input Output A B C D AB CD X 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 1 1 0 1 0 0 0 0 0 0 1 0
6、 1 0 0 0 0 1 1 0 0 0 0 0 1 1 1 0 1 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 1 1 0 1 1 1 1 0 0 1 0 1 1 1 0 1 1 0 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1TABLE 5-1Truth table for the AND-OR logic in Fig.5-15.X=AB+CD第8页/共74页AND-OR-Invert Logic (POS)ABDCABXCD&1ABCDXX=AB+CD=(A+B)(C+D)6.第9页/共74页ABXExclusive-O
7、R LogicABXX=AB+AB =A BABX=17.ABAB第10页/共74页 Input OutputA B X 0 0 0 0 1 1 1 0 1 1 1 08.X=AB+AB =A B第11页/共74页ABXExclusive-NOR LogicXORABXX=AB+ABX=AB+ABABAB9.第12页/共74页ABXX=1X=AB+AB =AB+AB =A B10.第13页/共74页 5.2 IMPLEMENTING COMBINATIONAL LOGICIn this section,examples are used to illustrate how to impleme
8、nt a logic circuit from a Boolean expression or a truth table.Minimization of a logic circuit using the methods covered in Chapter 4 is also discussed.11.第14页/共74页From a Boolean Expression to a Logic CircuitLets examine the following Boolean expression:X=AB+CDEANDORX=AB+CDEABCDE12.第15页/共74页As anothe
9、r example,lets implement the following expression:X=AB(CD+EF)ANDNOTORANDABCDEFCDEFDCD+EFX=AB(CD+EF)13.(a)第16页/共74页X=AB(CD+EF)=ABCD+ABEFABCDABEFDABCEF X=ABCD+ABEF(Sum-of-products implementation of circuit in part(a).)14.第17页/共74页From a Truth Table to a Logic Circuit Input OutputA B C X 0 0 0 0 0 0 1
10、0 0 1 0 0 0 1 1 1 1 0 0 1 1 0 1 0 1 1 0 0 1 1 1 0ABCABCX=ABC+ABC15.第18页/共74页X=ABC+ABCXABCABCAABBCC16.第19页/共74页 5.3 THE UNIVERSAL PROPERTY OF NAND AND NOR GATES Up to this point,combinational circuits implemented with AND gates,OR gates,and inverters have been studied.In this section,the universal pr
11、operty of the NAND gate and the NOR gate is discussed.17.第20页/共74页The universality of the NAND gate means that it can be used as an inverter and that combinations of NAND gates can be used to implement the AND,OR,and NOR operations.Similarly,the NOR gate can be used to implement the inverter,AND,OR,
12、and NAND operation.18.第21页/共74页The NAND Gate as a Universal Logic ElementBBAAAAAABAB=ABABA(a)A NAND gate used as an inverter(b)Two NAND gate used as an AND gate19.第22页/共74页A B=A+BAABBABA+B(c)Three NAND gate used as an OR gateAABBABA+BA+BAB=A+B(d)Four NAND gate used as an NOR gateG1G2G3G1G2G3G420.第23
13、页/共74页The NOR Gate as a Universal Logic ElementBBAAAAAA+BA+BA+BA(a)A NOR gate used as an inverter(b)Two NOR gate used as an OR gate21.第24页/共74页A+B=ABAABBAB(c)Three NOR gate used as an AND gateABABA BAB(d)Four NOR gate used as an NAND gateABA BABG1G2G3G1G2G3G422.第25页/共74页 5.4 COMBINATIONAL LOGIC USIN
14、G NAND AND NOR GATES In this section,you will see how NAND and NOR gates can be used to implement a logic function.Recall from Chapter 3 that the NAND gate also exhibits an equivalent operation called the negative-OR and that the NOR gate exhibits an equivalent operation called the negative-AND.23.第
15、26页/共74页You will see how the use of the appropriate symbols to represent the equivalent operations makes “reading”a logic diagram easier.24.第27页/共74页NAND LogicAB=A+BX=(A B)(C D)=(A+B)(C+D)=(A+B)+(C+D)=A B+C D =A B+C DBAABCDCDX=AB+CDNANDnegative-OR25.第28页/共74页BACDX=AB+CDG2 acts as ANDG1 acts as ORG3
16、acts as ANDBACDBACDAB+CDAB+CDBubbles cancelBubbles cancel26.第29页/共74页NAND Logic DiagramsAABBCCDDEFEF(AB+C)D+EFXX=ABCD EF =ABCD+EF =(AB+C)D+EF =(AB+C)D+EFABAB+C(AB+C)DEFABABCABCDEFBubbles cancels barBubbles adds bar to CBubbles cancels barORANDORAND27.第30页/共74页NOR LogicA+B=A BX=A+B+C+D =(A+B)(C+D)=(A
17、+B)(C+D)C+DNORnegative-ANDCDAB28.A+B第31页/共74页BACDX=(A+B)(C+D)G2 acts as ORG1 acts as ANDG3 acts as ORBACDX=(A+B)(C+D)Bubbles cancelBubbles cancel29.A+B=A B第32页/共74页NOR Logic DiagramsAABBCCDDEFEF(A+B)C+D(E+F)X=A+B+C+D+E+F =(A+B+C+D)(E+F)=(A+B)C+D)(E+F)=(A+B)C+D)(E+F)A+B(A+B)C(A+B)C+DE+FA+BA+B+CA+B+C+
18、DE+FBubbles cancels barBubbles adds bar to CBubbles cancels barANDORANDOR30.第33页/共74页 5.5 OPERATION WITH PULSE WAVEFORMS Several examples of general combinational logical circuits with pulse waveform inputs are examined in this section.Keep in mind that the logical operation of each gate is the same
19、 for pulse inputs as for constantlevel inputs.31.第34页/共74页The output of a logic circuit at any given time depends on the inputs at that particular time,so the relationship of the time-varying inputs is of primary importance.32.第35页/共74页1.The output of an AND gate is HIGH only when all inputs are HIG
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 数字电路 英文 第五 单元
限制150内