電子發(fā)燒友App

硬聲App

0
  • 聊天消息
  • 系統(tǒng)消息
  • 評(píng)論與回復(fù)
登錄后你可以
  • 下載海量資料
  • 學(xué)習(xí)在線課程
  • 觀看技術(shù)視頻
  • 寫文章/發(fā)帖/加入社區(qū)
會(huì)員中心
創(chuàng)作中心

完善資料讓更多小伙伴認(rèn)識(shí)你,還能領(lǐng)取20積分哦,立即完善>

3天內(nèi)不再提示
創(chuàng)作
電子發(fā)燒友網(wǎng)>電子資料下載>可編程邏輯>FPGA/ASIC>Digital Circuit Design with an

Digital Circuit Design with an

2009-07-23 | rar | 11 | 次下載 | 10積分

資料介紹

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
下載該資料的人也在下載 下載該資料的人還在閱讀
更多 >

評(píng)論

查看更多

下載排行

本周

  1. 1電子電路原理第七版PDF電子教材免費(fèi)下載
  2. 0.00 MB  |  1491次下載  |  免費(fèi)
  3. 2單片機(jī)典型實(shí)例介紹
  4. 18.19 MB  |  95次下載  |  1 積分
  5. 3S7-200PLC編程實(shí)例詳細(xì)資料
  6. 1.17 MB  |  27次下載  |  1 積分
  7. 4筆記本電腦主板的元件識(shí)別和講解說明
  8. 4.28 MB  |  18次下載  |  4 積分
  9. 5開關(guān)電源原理及各功能電路詳解
  10. 0.38 MB  |  11次下載  |  免費(fèi)
  11. 6100W短波放大電路圖
  12. 0.05 MB  |  4次下載  |  3 積分
  13. 7基于單片機(jī)和 SG3525的程控開關(guān)電源設(shè)計(jì)
  14. 0.23 MB  |  4次下載  |  免費(fèi)
  15. 8基于AT89C2051/4051單片機(jī)編程器的實(shí)驗(yàn)
  16. 0.11 MB  |  4次下載  |  免費(fèi)

本月

  1. 1OrCAD10.5下載OrCAD10.5中文版軟件
  2. 0.00 MB  |  234313次下載  |  免費(fèi)
  3. 2PADS 9.0 2009最新版 -下載
  4. 0.00 MB  |  66304次下載  |  免費(fèi)
  5. 3protel99下載protel99軟件下載(中文版)
  6. 0.00 MB  |  51209次下載  |  免費(fèi)
  7. 4LabView 8.0 專業(yè)版下載 (3CD完整版)
  8. 0.00 MB  |  51043次下載  |  免費(fèi)
  9. 5555集成電路應(yīng)用800例(新編版)
  10. 0.00 MB  |  33562次下載  |  免費(fèi)
  11. 6接口電路圖大全
  12. 未知  |  30320次下載  |  免費(fèi)
  13. 7Multisim 10下載Multisim 10 中文版
  14. 0.00 MB  |  28588次下載  |  免費(fèi)
  15. 8開關(guān)電源設(shè)計(jì)實(shí)例指南
  16. 未知  |  21539次下載  |  免費(fèi)

總榜

  1. 1matlab軟件下載入口
  2. 未知  |  935053次下載  |  免費(fèi)
  3. 2protel99se軟件下載(可英文版轉(zhuǎn)中文版)
  4. 78.1 MB  |  537793次下載  |  免費(fèi)
  5. 3MATLAB 7.1 下載 (含軟件介紹)
  6. 未知  |  420026次下載  |  免費(fèi)
  7. 4OrCAD10.5下載OrCAD10.5中文版軟件
  8. 0.00 MB  |  234313次下載  |  免費(fèi)
  9. 5Altium DXP2002下載入口
  10. 未知  |  233046次下載  |  免費(fèi)
  11. 6電路仿真軟件multisim 10.0免費(fèi)下載
  12. 340992  |  191183次下載  |  免費(fèi)
  13. 7十天學(xué)會(huì)AVR單片機(jī)與C語言視頻教程 下載
  14. 158M  |  183277次下載  |  免費(fèi)
  15. 8proe5.0野火版下載(中文版免費(fèi)下載)
  16. 未知  |  138039次下載  |  免費(fèi)