1 / 113
文档名称:

数字设计课件 数字电路第六章课件[精].ppt

格式:ppt   大小:3,673KB   页数:113页
下载后只包含 1 个 PPT 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

数字设计课件 数字电路第六章课件[精].ppt

上传人:yzhfg888 2018/2/11 文件大小:3.59 MB

下载得到文件列表

数字设计课件 数字电路第六章课件[精].ppt

相关文档

文档介绍

文档介绍:Chapter6 Combinational Logic Design Practices
组合逻辑电路
Chapter Outline
Documentation Standards
Digital Circuit Timing and Propagation binational Logic Design Structures : - Decoders - Encoders - Three-State Buffers - Multiplexers - EXCLUSIVE OR Gates and Parity Circuits - Comparators - Adders/ Subtractors - Arithmetic Logic Units ( ALUs)
Documentation Standard (文档标准)
Documentation of a digital system should provide the necessary information for building, testing ,operating , and maintaining the system.
Specification: Description of Interface and Function (说明书:接口及功能描述)
Block Diagram: System’s Major Function Module and their Basic Interconnections
(方框图:主要功能模块及其互联 P345图6-1)
Schematic Diagram: showing all ponents, their types, and all interconnections (原理图(P360图6-17))
Block Diagram
Schematic Diagram
Documentation Standard (文档标准)
Timing Diagram: showing the logic signals as a function of time (定时图(P363图6-19))
Structure Logic Device Description: showing the operation of the structures (结构化逻辑器件描述)
Circuit Description : Explains how the circuit works internally. (电路描述:解释电路内部如何工作)
“Hierarchical Design”
Gate Symbols (门的符号)
&
≥1
1
an equivalent symbols (等效门符号(摩根定理))
Inverter (反相器)
Buffer (缓冲器)
Which symbol to use?
-depends on signal names and active levels.
Signal Names and Active Levels (信号名和有效电平)
Signal name: a descriptive alphanumeric label for each input/output signal.
In real system, well-chosen names convey information to readers
Each signal name should have an active-level associated with it. (有效电平)
Active High (高电平有效)
Active Low (低电平有效)