资料介绍
Preface....6
Chapter 1: Common Number Systems and Conversions Overview..8
Overview...8
1.1 Decimal, Binary, Octal, and Hexadecimal Systems8
1.2 Binary, Octal, and Hexadecimal to Decimal Conversions10
1.3 Decimal to Binary, Octal, and Hexadecimal Conversions11
1.4 Binary-Octal-Hexadecimal Conversions...14
1.5 Summary....16
1.6 Exercises....17
1.7 Solutions to End-of-Chapter Exercises.....21
Chapter 2: Operations in Binary, Octal, and Hexadecimal Systems22
Overview.22
2.1 Binary System Operations22
2.2 Octal System Operations24
2.3 Hexadecimal System Operations.....26
2.4 Complements of Numbers28
2.5 Subtraction with Tens- and Twos-Complements...31
2.6 Subtraction with Nines- and Ones-Complements.33
2.7 Summary....35
2.8 Exercises....36
Chapter 3: Sign Magnitude and Floating Point Arithmetic.....45
Overview.45
3.1 Signed Magnitude of Binary Numbers......45
3.2 Floating Point Arithmetic.46
3.3 Summary....52
3.4 Exercises....53
Chapter 4: Binary Codes57
Overview.57
4.1 Encoding....57
4.2 The American Standard Code for Information Interchange (ASCII) Code.....62
4.3 The Extended Binary Coded Decimal Interchange Code (EBCDIC)....64
4.4 Parity Bits....64
4.5 Error Detecting and Correcting Codes......65
4.6 Cyclic Codes.66
4.7 Summary....69
4.8 Exercises....71
Chapter 5: Fundamentals of Boolean Algebra.73
Overview.73
5.1 Basic Logic Operations..73
5.2 Fundamentals of Boolean Algebra...73
5.3 Truth Tables.74
5.4 Summary....76
5.5 Exercises....77
Chapter 6: Minterms and Maxterms80
Overview.80
6.1 Minterms....80
6.2 Maxterms...81
6.3 Conversion from One Standard Form to Another.82
6.4 Properties of Minterms and Maxterms......83
6.5 Summary....87
6.6 Exercises....88
Chapter 7: Combinational Logic Circuits.92
Overview.92
7.1 Implementation of Logic Diagrams from Boolean Expressions...92
7.2 Obtaining Boolean Expressions from Logic Diagrams.....98
7.3 Input and Output Waveforms..99
7.4 Karnaugh Maps..101
7.5 Design of Common Logic Circuits109
7.6 Summary..135
7.7 Exercises..136
Chapter 8: Sequential Logic Circuits......152
Overview.152
8.1 Introduction to Sequential Circuits152
8.2 Set-Reset (SR) Flip Flop152
8.3 Data (D) Flip Flop.156
8.4 JK Flip Flop157
8.5 Toggle (T) Flip Flop.....158
8.6 Flip Flop Triggering.....159
8.7 Edge-Triggered Flip Flops....159
8.8 Master/Slave Flip Flops.160
8.9 Conversion from One Type of Flip Flop to Another161
8.10 Analysis of Synchronous Sequential Circuits...164
8.11 Design of Synchronous Counters.171
8.12 Registers.176
8.13 Ring Counters..180
8.14 Ring Oscillators183
8.15 Summary.183
8.16 Exercises186
Chapter 9: Memory Devices..201
Overview.201
9.1 Random-Access Memory (RAM)..201
9.2 Read-Only Memory (ROM)..203
9.3 Programmable Read-Only Memory (PROM).....206
9.4 Erasable Programmable Read-Only Memory (EPROM)207
9.5 Electrically-Erasable Programmable Read-Only Memory (EEPROM).207
9.6 Flash Memory....207
9.7 Memory Sticks...208
9.8 Cache Memory...208
9.9 Virtual Memory..209
9.10 Scratch Pad Memory..210
9.11 Summary.210
9.12 Exercises211
Chapter 10: Advanced Arithmetic and Logic Operations......214
Overview.214
10.1 Computers Defined....214
10.2 Basic Digital Computer System Organization and Operation...215
10.3 Parallel Adder...217
10.4 Serial Adder......218
10.5 Overflow Conditions..219
10.6 High-Speed Addition and Subtraction...222
10.7 Binary Multiplication.224
10.8 Binary Division226
10.9 Logic Operations of the ALU227
10.10 Other ALU Functions.228
10.11 Summary.228
10.12 Exercises.229
Chapter 11: Introduction to Field Programmable Devices...237
Overview.237
11.1 Programmable Logic Arrays (PLAs).....237
11.2 Programmable Array Logic (PAL).241
11.3 Complex Programmable Logic Devices (CPLDs).242
11.4 Field Programmable Gate Arrays (FPGAs)266
11.5 FPGA Block Configuration-Xilinx FPGA Resources...278
11.6 The CPLD versus FPGA Trade-Off......284
11.7 What is Next.....285
11.8 Summary.287
11.9 Exercises288
Appendix A: Introduction to ABEL Hardware Description Language296
Overview.296
A.1 Introduction......296
A.2 Basic Structure of an ABEL Source File296
Appendix B: Introduction to VHDL.299
Overview.299
B.1 Introduction......299
B.2 The VHDL Design Approach.299
B.3 VHDL as a Programming Language......301
B.4 Structural Description..325
B.5 Behavioral Description333
B.6 Organization......341
Appendix C: Introduction to Verilog.351
Overview.351
C.2 Verilog Applications....351
C.3 The Verilog Programming Language......351
C.4 Lexical Conventions....355
C.5 Program Structure.356
C.6 Data Types358
C.7 Operators.360
C.8 Control Statements......365
C.9 Other Statements367
C.10 System Tasks...369
C.11 Functions371
C.12 Timing Control372
Appendix D: Introduction to Boundary Scan Architecture....374
Overview.374
D.1 The IEEE Standard 1149.1...374
D.2 Introduction......374
D.3 Boundary Scan Applications376
D.4 Board with Boundary-Scan Components..377
D.5 Field Service Boundary-Scan Applications.378
References and Suggestions for Further Study379
Overview.379
Chapter 1: Common Number Systems and Conversions Overview..8
Overview...8
1.1 Decimal, Binary, Octal, and Hexadecimal Systems8
1.2 Binary, Octal, and Hexadecimal to Decimal Conversions10
1.3 Decimal to Binary, Octal, and Hexadecimal Conversions11
1.4 Binary-Octal-Hexadecimal Conversions...14
1.5 Summary....16
1.6 Exercises....17
1.7 Solutions to End-of-Chapter Exercises.....21
Chapter 2: Operations in Binary, Octal, and Hexadecimal Systems22
Overview.22
2.1 Binary System Operations22
2.2 Octal System Operations24
2.3 Hexadecimal System Operations.....26
2.4 Complements of Numbers28
2.5 Subtraction with Tens- and Twos-Complements...31
2.6 Subtraction with Nines- and Ones-Complements.33
2.7 Summary....35
2.8 Exercises....36
Chapter 3: Sign Magnitude and Floating Point Arithmetic.....45
Overview.45
3.1 Signed Magnitude of Binary Numbers......45
3.2 Floating Point Arithmetic.46
3.3 Summary....52
3.4 Exercises....53
Chapter 4: Binary Codes57
Overview.57
4.1 Encoding....57
4.2 The American Standard Code for Information Interchange (ASCII) Code.....62
4.3 The Extended Binary Coded Decimal Interchange Code (EBCDIC)....64
4.4 Parity Bits....64
4.5 Error Detecting and Correcting Codes......65
4.6 Cyclic Codes.66
4.7 Summary....69
4.8 Exercises....71
Chapter 5: Fundamentals of Boolean Algebra.73
Overview.73
5.1 Basic Logic Operations..73
5.2 Fundamentals of Boolean Algebra...73
5.3 Truth Tables.74
5.4 Summary....76
5.5 Exercises....77
Chapter 6: Minterms and Maxterms80
Overview.80
6.1 Minterms....80
6.2 Maxterms...81
6.3 Conversion from One Standard Form to Another.82
6.4 Properties of Minterms and Maxterms......83
6.5 Summary....87
6.6 Exercises....88
Chapter 7: Combinational Logic Circuits.92
Overview.92
7.1 Implementation of Logic Diagrams from Boolean Expressions...92
7.2 Obtaining Boolean Expressions from Logic Diagrams.....98
7.3 Input and Output Waveforms..99
7.4 Karnaugh Maps..101
7.5 Design of Common Logic Circuits109
7.6 Summary..135
7.7 Exercises..136
Chapter 8: Sequential Logic Circuits......152
Overview.152
8.1 Introduction to Sequential Circuits152
8.2 Set-Reset (SR) Flip Flop152
8.3 Data (D) Flip Flop.156
8.4 JK Flip Flop157
8.5 Toggle (T) Flip Flop.....158
8.6 Flip Flop Triggering.....159
8.7 Edge-Triggered Flip Flops....159
8.8 Master/Slave Flip Flops.160
8.9 Conversion from One Type of Flip Flop to Another161
8.10 Analysis of Synchronous Sequential Circuits...164
8.11 Design of Synchronous Counters.171
8.12 Registers.176
8.13 Ring Counters..180
8.14 Ring Oscillators183
8.15 Summary.183
8.16 Exercises186
Chapter 9: Memory Devices..201
Overview.201
9.1 Random-Access Memory (RAM)..201
9.2 Read-Only Memory (ROM)..203
9.3 Programmable Read-Only Memory (PROM).....206
9.4 Erasable Programmable Read-Only Memory (EPROM)207
9.5 Electrically-Erasable Programmable Read-Only Memory (EEPROM).207
9.6 Flash Memory....207
9.7 Memory Sticks...208
9.8 Cache Memory...208
9.9 Virtual Memory..209
9.10 Scratch Pad Memory..210
9.11 Summary.210
9.12 Exercises211
Chapter 10: Advanced Arithmetic and Logic Operations......214
Overview.214
10.1 Computers Defined....214
10.2 Basic Digital Computer System Organization and Operation...215
10.3 Parallel Adder...217
10.4 Serial Adder......218
10.5 Overflow Conditions..219
10.6 High-Speed Addition and Subtraction...222
10.7 Binary Multiplication.224
10.8 Binary Division226
10.9 Logic Operations of the ALU227
10.10 Other ALU Functions.228
10.11 Summary.228
10.12 Exercises.229
Chapter 11: Introduction to Field Programmable Devices...237
Overview.237
11.1 Programmable Logic Arrays (PLAs).....237
11.2 Programmable Array Logic (PAL).241
11.3 Complex Programmable Logic Devices (CPLDs).242
11.4 Field Programmable Gate Arrays (FPGAs)266
11.5 FPGA Block Configuration-Xilinx FPGA Resources...278
11.6 The CPLD versus FPGA Trade-Off......284
11.7 What is Next.....285
11.8 Summary.287
11.9 Exercises288
Appendix A: Introduction to ABEL Hardware Description Language296
Overview.296
A.1 Introduction......296
A.2 Basic Structure of an ABEL Source File296
Appendix B: Introduction to VHDL.299
Overview.299
B.1 Introduction......299
B.2 The VHDL Design Approach.299
B.3 VHDL as a Programming Language......301
B.4 Structural Description..325
B.5 Behavioral Description333
B.6 Organization......341
Appendix C: Introduction to Verilog.351
Overview.351
C.2 Verilog Applications....351
C.3 The Verilog Programming Language......351
C.4 Lexical Conventions....355
C.5 Program Structure.356
C.6 Data Types358
C.7 Operators.360
C.8 Control Statements......365
C.9 Other Statements367
C.10 System Tasks...369
C.11 Functions371
C.12 Timing Control372
Appendix D: Introduction to Boundary Scan Architecture....374
Overview.374
D.1 The IEEE Standard 1149.1...374
D.2 Introduction......374
D.3 Boundary Scan Applications376
D.4 Board with Boundary-Scan Components..377
D.5 Field Service Boundary-Scan Applications.378
References and Suggestions for Further Study379
Overview.379
下载该资料的人也在下载
下载该资料的人还在阅读
更多 >
- High-Speed_Digital_System_Design 20次下载
- RF circuit design theory and application(射频电路设计) 391次下载
- High-speed Digital Design 中文版 0次下载
- 数字集成电路设计Digital Integrated Circuit Design 81次下载
- Verilog Coding Style for Efficient Digital Design 0次下载
- Digital Control Design and Imp
- Phase-Locked Loop Circuit Design 0次下载
- Low-Power Digital Vlsi Design An Overview 0次下载
- Practical Analog and Digital Filter Design 0次下载
- Circuit Design with VHDL 0次下载
- Advanced Digital Design with t
- Digital Design and Computer Ar 0次下载
- CMOS Logic Circuit Design
- High-speed Digital Design - Jo 0次下载
- RF circuit design: Basics
- 如何通过GTM Digital monitor读RX Equalizer 521次阅读
- PCB设计的可制造性和可组装性 874次阅读
- 如何将Qt Design Studio工程转换为Qt Creator工程 4688次阅读
- 如何在Qt Design Studio中创建连接和状态 2085次阅读
- 如何应用Material Design 3和Material You 4631次阅读
- Material Design指南中更新的相关内容 1858次阅读
- 用Elaborated Design优化RTL的代码 4978次阅读
- 图形界面介绍:GUI上的按键是Design Browser 3349次阅读
- 在贴片加工厂中有哪些安全防护需要了解 1306次阅读
- 复合放大器实现高精度的高输出驱动能力 获得最佳的性能 1600次阅读
- digilent Digital Discovery专用高速数据传输适配器介绍 2259次阅读
- 用降压型稳压器或线性稳压器电源时值来会为负载供电 984次阅读
- Digital Twin是什么 它能为企业做什么 1.2w次阅读
- Vivado Design Suite 2017.1的五大方法介绍 4592次阅读
- ic设计需要看哪些书_数字ic设计经典书籍推荐 2.1w次阅读
下载排行
本周
- 1电子电路原理第七版PDF电子教材免费下载
- 0.00 MB | 1491次下载 | 免费
- 2单片机典型实例介绍
- 18.19 MB | 95次下载 | 1 积分
- 3S7-200PLC编程实例详细资料
- 1.17 MB | 27次下载 | 1 积分
- 4笔记本电脑主板的元件识别和讲解说明
- 4.28 MB | 18次下载 | 4 积分
- 5开关电源原理及各功能电路详解
- 0.38 MB | 11次下载 | 免费
- 6100W短波放大电路图
- 0.05 MB | 4次下载 | 3 积分
- 7基于单片机和 SG3525的程控开关电源设计
- 0.23 MB | 4次下载 | 免费
- 8基于AT89C2051/4051单片机编程器的实验
- 0.11 MB | 4次下载 | 免费
本月
- 1OrCAD10.5下载OrCAD10.5中文版软件
- 0.00 MB | 234313次下载 | 免费
- 2PADS 9.0 2009最新版 -下载
- 0.00 MB | 66304次下载 | 免费
- 3protel99下载protel99软件下载(中文版)
- 0.00 MB | 51209次下载 | 免费
- 4LabView 8.0 专业版下载 (3CD完整版)
- 0.00 MB | 51043次下载 | 免费
- 5555集成电路应用800例(新编版)
- 0.00 MB | 33562次下载 | 免费
- 6接口电路图大全
- 未知 | 30320次下载 | 免费
- 7Multisim 10下载Multisim 10 中文版
- 0.00 MB | 28588次下载 | 免费
- 8开关电源设计实例指南
- 未知 | 21539次下载 | 免费
总榜
- 1matlab软件下载入口
- 未知 | 935053次下载 | 免费
- 2protel99se软件下载(可英文版转中文版)
- 78.1 MB | 537793次下载 | 免费
- 3MATLAB 7.1 下载 (含软件介绍)
- 未知 | 420026次下载 | 免费
- 4OrCAD10.5下载OrCAD10.5中文版软件
- 0.00 MB | 234313次下载 | 免费
- 5Altium DXP2002下载入口
- 未知 | 233046次下载 | 免费
- 6电路仿真软件multisim 10.0免费下载
- 340992 | 191183次下载 | 免费
- 7十天学会AVR单片机与C语言视频教程 下载
- 158M | 183277次下载 | 免费
- 8proe5.0野火版下载(中文版免费下载)
- 未知 | 138039次下载 | 免费
评论
查看更多