数字设计件 第六章 组合逻辑设计实践
Chapter 6 Combinational Logic Design Practices MSI building blocks are the important element of combinational circuits. 本章重点 具备一定功能的通用组合逻辑电路的设计方法及实例 掌握常用的MSI的使用方法及功能扩展 掌握译码器、MUX实现组合逻辑功能的方法 能分析、设计由MSI构建的电路 6.1 Documentation Standard 1. Signal Names and Active Levels Most signals (signal name) have active level. active high active low Naming convention surffix “_L” attaching to signal name represent active low level. Like, EN_L、READY_L…… In logic relation, EN_L=EN’, READY_L=READY’。 2. Active levels for pins Exp2: ①EN=1 (active high), data can be transferred ②EN=0 (act
原创力文档

文档评论(0)