Advances in semiconductor technology continue to increase the power and complexity of digital systems. To design such systems requires a strong knowledge of Application Specific Integrated Circuits (ASICs) and Field Programmable Gate Arrays (FPGAs), as well as the CAD tools required. Hardware Description Language (HDL) is an essential CAD tool that offers designers an efficient way for implementing and synthesizing the design on a chip. HDL Programming Fundamentals: VHDL and Verilog teaches students the essentials of HDL and the functionality of the digital components of a system. Unlike other texts, this book covers both IEEE standardized HDL languages: VHDL and Verilog. Both of these languages are widely used in industry and academia and have similar logic, but are different in style and syntax. By learning both languages students will be able to adapt to either one, or implement mixed language environments, which are gaining momentum as they combine the best features of the two languages in the same project. The text starts with the basic concepts of HDL, and covers the key topics such as data flow modeling, behavioral modeling, gate-level modeling, and advanced programming.
Several comprehensive projects are included to show HDL in practical application, including examples of digital logic design, computer architecture, modern bioengineering, and simulation.
Advances in semiconductor technology continue to increase the power and complexity of digital systems. To design such systems requires a strong knowledge of Application Specific Integrated Circuits (ASICs) and Field Programmable Gate Arrays (FPGAs), as well as the CAD tools required. Hardware Description Language (HDL) is an essential CAD tool that offers designers an efficient way for implementing and synthesizing the design on a chip. HDL Programming Fundamentals: VHDL and Verilog teaches students the essentials of HDL and the functionality of the digital components of a system. Unlike other texts, this book covers both IEEE standardized HDL languages: VHDL and Verilog. Both of these languages are widely used in industry and academia and have similar logic, but are different in style and syntax. By learning both languages students will be able to adapt to either one, or implement mixed language environments, which are gaining momentum as they combine the best features of the two languages in the same project. The text starts with the basic concepts of HDL, and covers the key topics such as data flow modeling, behavioral modeling, gate-level modeling, and advanced programming.
Several comprehensive projects are included to show HDL in practical application, including examples of digital logic design, computer architecture, modern bioengineering, and simulation.
Sprache
Verlagsort
Verlagsgruppe
Zielgruppe
Für höhere Schule und Studium
Für Beruf und Forschung
Illustrationen
Maße
Höhe: 231 mm
Breite: 191 mm
Dicke: 38 mm
Gewicht
ISBN-13
978-1-58450-855-7 (9781584508557)
Copyright in bibliographic data is held by Nielsen Book Services Limited or its licensors: all rights reserved.
Schweitzer Klassifikation
Nazeih M. Botros (Carbondale, IL) is a professor in the Department of Electrical and Computer Engineering at the University of Southern Illinois. He has a Ph.D in electrical engineering from the University of Oklahoma, and over 25 years of teaching experience in areas including Instrumentation, Artificial Intelligence, Computer Architecture, Digital Hardware Design, HDL, and Digital Signal Analysis. He has published articles in Journal of Control & Intelligent Systems, International Journal of Robotics and Automation, International Journal of Modeling and Simulation, and International Journal of Microcomputer Applications, and has spoken at various industry conferences.
Nazeih M. Botros (Carbondale, IL) is a professor in the Department of Electrical and Computer Engineering at the University of Southern Illinois. He has a Ph.D in electrical engineering from the University of Oklahoma, and over 25 years of teaching experience in areas including Instrumentation, Artificial Intelligence, Computer Architecture, Digital Hardware Design, HDL, and Digital Signal Analysis. He has published articles in Journal of Control & Intelligent Systems, International Journal of Robotics and Automation, International Journal of Modeling and Simulation, and International Journal of Microcomputer Applications, and has spoken at various industry conferences.
Preface CHAPTER 1 INTRODUCTION 1.1 Why HDL? 1.2 A Brief History of HDL 1.3 Structure of the HDL Module 1.4 Operators 1.5 Data Types 1.6 Styles (Types) of Descriptions 1.7 Simulation and Synthesis 1.8 Brief Comparison of VHDL and Verilog 1.9 Summary 1.10 Exercises 1.11 References CHAPTER 2 DATA-FLOW DESCRIPTIONS 2.1 Highlights of Data-Flow Description 2.2 Structure of the Data-Flow Description 2.3 Data Type-Vectors 2.4 Common Programming Errors 2.5 Summary 2.6 Exercises 2.7 References CHAPTER 3 BEHAVIORAL DESCRIPTIONS 3.1 Behavioral Description Highlights 3.2 Structure of the HDL Behavioral Description 3.3 The VHDL Variable-Assignment Statement 3.4 Sequential Statements 3.5 Common Programming Errors 3.6 Summary 3.7 Exercises 3.8 References CHAPTER 4 STRUCTURAL DESCRIPTIONS 4.1 Highlights of Structural Descriptions 4.2 Organization of the Structural Description 4.3 Binding 4.4 State Machines 4.5 Generate (HDL), Generic (VHDL), and Parameter (Verilog) 4.6 Summary 4.7 Exercises 4.8 References CHAPTER 5 SWITCH-LEVEL DESCRIPTIONS 5.1 Highlights of the Switch-Level Description 5.2 Useful Definitions 5.3 Single NMOS and PMOS Switches 5.4 Switch-Level Description of Primitive Gates 5.5 Switch-Level Description of Simple Combinational Logics 5.6 Switch-Level Description of Simple Sequential Circuits 5.7 Bidirectional Switches 5.8 Summary 5.9 Exercises 5.10 References CHAPTER 6 PROCEDURES, TASKS, AND FUNCTIONS 6.1 Highlights of Procedures, Tasks, and Functions 6.2 Procedures and Tasks 6.3 Functions 6.4 Summary 6.5 Exercises 6.6 References CHAPTER 7 MIXED-TYPE DESCRIPTIONS 7.1 Why Mixed-Type Description? 7.2 VHDL User-Defined Types 7.3 VHDL Packages 7.4 Mixed-Type Description Examples 7.5 Summary 7.6 Exercises 7.7 References CHAPTER 8 ADVANCED HDL DESCRIPTIONS 8.1 File Processing 8.2 Examples of File Processing 8.3 VHDL Record Type 8.4 Summary 8.5 Exercises 8.6 References CHAPTER 9 MIXED-LANGUAGE DESCRIPTIONS 9.1 Highlights of Mixed-Language Description 9.2 How to Invoke One Language from the Other 9.3 Mixed-Language Description Examples 9.4 Limitations of Mixed-Language Description 9.5 Summary 9.6 Exercises 9.7 References CHAPTER 10 SYNTHESIS BASICS 10.1 Highlights of Synthesis 10.2 Synthesis Information from Entity and Module 10.3 Mapping Process and Always in the Hardware Domain 10.4 Summary 10.5 Exercises 10.6 References Appendix A Creating a Project in Xilinx 7.1(r) Using VHDL or Verilog Appendix B Summary of HDL Commands Appendix C About the CD-ROM Index