- 1、本文档共27页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
EDA结构与应用
Combinational Logic Introduction Combinational Logic: At any time, outputs are determined directly from the present combination of inputs without regard to previous inputs. For each possible input combination ? only one possible output combination. For m-output combinational circuit ? can be described by m Boolean functions. Design Procedure 1. State the problem. 2. Determine the number of available input variables and required output variables. 3. Assign letter symbols to the input and output variables. 4. Derive the truth table. 5. Simplify the Boolean function. 6. Draw the logic diagram. 主要的组合逻辑 Adder Decoder Encoder Comparator MUX DeMUX Rom Adders Half Adder : Full Adder : Code Conversion Circuits Decoder : Convert binary information from n input lines to a maximum of 2n unique lines. Encoder : Convert a single bit to a binary number. Decoder Example : 3-t0-8-line decoder. Truth table : Decoder with Enable Input : Referred to as Decoder/Demultiplexer. BCD-to-seven-segment Decoder/Driver : LED : Light Emitting Diode Seven-segment LED : Common Cathode Encoder Convert a single output bit to a binary number. (The opposite function of decoder) Example : 8-to-3-line encoder (octal-to-binary encoder) Comparator Inputs : A = A3 A2 A1 A0 , B = B3 B2 B1 B0 Outputs : (AB) , (A=B), (AB) Multiplexers(MUXs) Multiplexing : Transmitting a large number of information units over a small number of channels or lines. Multiplexer block diagram : Demultiplexers Demultiplexer (DMUX) : Perform the opposite operation of a multiplexer. Block diagrams of multiplexer and demultiplexer. Demultiplexer truth tables and equations : Read-Only Memory (ROM) Include both decoder and OR gates within a single IC package. A memory (or storage) device in which permanent binary information is stored. Block Diagram : ROMs Example ROMs cont’d Example : Design a circuit using ROM Inputs : 3-bit number Outputs : the square of the input number Hal
文档评论(0)