,

Digital System Design with FPGA: Implementation Using Verilog and VHDL

Gebonden Engels 2017 9781259837906
€ 107,67
Levertijd ongeveer 11 werkdagen
Gratis verzonden

Samenvatting

Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.

Master FPGA digital system design and implementation with Verilog and VHDL

This practical guide explores the development and deployment of FPGA-based digital systems using the two most popular hardware description languages, Verilog and VHDL. Written by a pair of digital circuit design experts, the book offers a solid grounding in FPGA principles, practices, and applications and provides an overview of more complex topics. Important concepts are demonstrated through real-world examples, ready-to-run code, and inexpensive start-to-finish projects for both the Basys and Arty boards.

Digital System Design with FPGA: Implementation Using Verilog and VHDL covers:

• Field programmable gate array fundamentals
• Basys and Arty FPGA boards
• The Vivado design suite
• Verilog and VHDL
• Data types and operators
• Combinational circuits and circuit blocks
• Data storage elements and sequential circuits
• Soft-core microcontroller and digital interfacing
• Advanced FPGA applications
• The future of FPGA

“I joined Xilinx five years ago and have looked for a good, introductory book on FPGA-based design ever since because people have repeatedly asked me for my recommendation. Today, I found a brand new book to recommend to people wanting to learn about using programmable logic to design digital systems. It’s titled — Digital Systems Design with FPGA: Implementation Using Verilog and VHDL and…[it] will take you from the basics of digital design and logic into FPGAs; FPGA architecture including programmable logic, block RAM, DSP slices, FPGA clock management, and programmable I/O; hardware description languages with an equal emphasis on Verilog and VHDL; the Xilinx Vivado Design Environment; and then on to IP cores including the Xilinx MicroBlaze and PicoBlaze soft processors. The book ends with 24 advanced embedded design projects.” – Steve Leibson, Xcell Daily Blog

Specificaties

ISBN13:9781259837906
Taal:Engels
Bindwijze:gebonden

Lezersrecensies

Wees de eerste die een lezersrecensie schrijft!

Inhoudsopgave

1 Introduction<br/>1.1 Hardware Description Languages<br/>1.2 FPGA Boards and Software Tools<br/>1.3 Topics to Be Covered in the Book<br/>2 Field-Programmable Gate Arrays<br/>2.1 A Brief Introduction to Digital Electronics<br/>2.1.1 Bit Values as Voltage Levels<br/>2.1.2 Transistor as a Switch<br/>2.1.3 Logic Gates from Switches<br/>2.2 FPGA Building Blocks<br/>2.2.1 Layout of the Xilinx Artix-7 XC7A35T FPGA<br/>2.2.2 Input/Output Blocks<br/>2.2.3 Configurable Logic Blocks<br/>2.2.4 Interconnect Resources<br/>2.2.5 Block RAM<br/>2.2.6 DSP Slices<br/>2.2.7 Clock Management<br/>2.2.8 The XADC Block<br/>2.2.9 High-Speed Serial I/O Transceivers<br/>2.2.10 Peripheral Component Interconnect Express Interface<br/>2.3 FPGA-Based Digital System Design Philosophy<br/>2.3.1 How to Think While Using FPGAs<br/>2.3.2 Advantages and Disadvantages of FPGAs<br/>2.4 Usage Areas of FPGAs<br/>2.5 Summary<br/>2.6 Exercises<br/>3 Basys3 and Arty FPGA Boards<br/>3.1 The Basys3 Board<br/>3.1.1 Powering the Board<br/>3.1.2 Input/Output<br/>3.1.3 Configuring the FPGA<br/>3.1.4 Advanced Connectors<br/>3.1.5 External Memory<br/>3.1.6 Oscillator/Clock<br/>3.2 The Arty Board<br/>3.2.1 Powering the Board<br/>3.2.2 Input/Output<br/>3.2.3 Configuring the FPGA<br/>3.2.4 Advanced Connectors<br/>3.2.5 External Memory<br/>3.2.6 Oscillator/Clock<br/>3.3 Summary<br/>3.4 Exercises<br/>4 The Vivado Design Suite<br/>4.1 Installation and the Welcome Screen<br/>4.2 Creating a New Project<br/>4.2.1 Adding a Verilog File<br/>4.2.2 Adding a VHDL File<br/>4.3 Synthesizing the Project<br/>4.4 Simulating the Project<br/>4.4.1 Adding a Verilog Testbench File<br/>4.4.2 Adding a VHDL Testbench File<br/>4.5 Implementing the Synthesized Project<br/>4.6 Programming the FPGA<br/>4.6.1 Adding the Basys3 Board Constraint File to the Project<br/>4.6.2 Programming the FPGA on the Basys3 Board<br/>4.6.3 Adding the Arty Board Constraint File to the Project<br/>4.6.4 Programming the FPGA on the Arty Board<br/>4.7 Vivado Design Suite IP Management<br/>4.7.1 Existing IP Blocks in Vivado<br/>4.7.2 Generating a Custom IP<br/>4.8 Application on the Vivado Design Suite<br/>4.9 Summary<br/>4.10 Exercises<br/>5 Introduction to Verilog and VHDL<br/>5.1 Verilog Fundamentals<br/>5.1.1 Module Representation<br/>5.1.2 Timing and Delays in Modeling<br/>5.1.3 Hierarchical Module Representation<br/>5.2 Testbench Formation in Verilog<br/>5.2.1 Structure of a Verilog Testbench File<br/>5.2.2 Displaying Test Results<br/>5.3 VHDL Fundamentals<br/>5.3.1 Entity and Architecture Representations<br/>5.3.2 Dataflow Modeling<br/>5.3.3 Behavioral Modeling<br/>5.3.4 Timing and Delays in Modeling<br/>5.3.5 Hierarchical Structural Representation<br/>5.4 Testbench Formation in VHDL<br/>5.4.1 Structure of a VHDL Testbench File<br/>5.4.2 Displaying Test Results<br/>5.5 Adding an Existing IP to the Project<br/>5.5.1 Adding an Existing IP in Verilog<br/>5.5.2 Adding an Existing IP in VHDL<br/>5.6 Summary<br/>5.7 Exercises<br/>6 Data Types and Operators<br/>6.1 Number Representations<br/>6.1.1 Binary Numbers<br/>6.1.2 Octal Numbers<br/>6.1.3 Hexadecimal Numbers<br/>6.2 Negative Numbers<br/>6.2.1 Signed Bit Representation<br/>6.2.2 One’s Complement Representation<br/>6.2.3 Two’s Complement Representation<br/>6.3 Fixed- and Floating-Point Representations<br/>6.3.1 Fixed-Point Representation<br/>6.3.2 Floating-Point Representation<br/>6.4 ASCII Code<br/>6.5 Arithmetic Operations on Binary Numbers<br/>6.5.1 Addition<br/>6.5.2 Subtraction<br/>6.5.3 Multiplication<br/>6.5.4 Division<br/>6.6 Data Types in Verilog<br/>6.6.1 Net and Variable Data Types<br/>6.6.2 Data Values<br/>6.6.3 Naming a Net or Variable<br/>6.6.4 Defining Constants and Parameters<br/>6.6.5 Defining Vectors<br/>6.7 Operators in Verilog<br/>6.7.1 Arithmetic Operators<br/>6.7.2 Concatenation and Replication Operators<br/>6.8 Data Types in VHDL<br/>6.8.1 Signal and Variable Data Types<br/>6.8.2 Data Values<br/>6.8.3 Naming a Signal or Variable<br/>6.8.4 Defining Constants<br/>6.8.5 Defining Arrays<br/>6.9 Operators in VHDL<br/>6.9.1 Arithmetic Operators<br/>6.9.2 Concatenation Operator<br/>6.10 Application on Data Types and Operators<br/>6.11 FPGA Building Blocks Used in Data Types and Operators<br/>6.11.1 Implementation Details of Vector Operations<br/>6.11.2 Implementation Details of Arithmetic Operations<br/>6.12 Summary<br/>6.13 Exercises<br/>7 Combinational Circuits<br/>7.1 Basic Definitions<br/>7.1.1 Binary Variable<br/>7.1.2 Logic Function<br/>7.1.3 Truth Table<br/>7.2 Logic Gates<br/>7.2.1 The NOT Gate<br/>7.2.2 The OR Gate<br/>7.2.3 The AND Gate<br/>7.2.4 The XOR Gate<br/>7.3 Combinational Circuit Analysis<br/>7.3.1 Logic Function Formation between Input and Output<br/>7.3.2 Boolean Algebra<br/>7.3.3 Gate-Level Minimization<br/>7.4 Combinational Circuit Implementation<br/>7.4.1 Truth Table-Based Implementation<br/>7.4.2 Implementing One-Input Combinational Circuits<br/>7.4.3 Implementing Two-Input Combinational Circuits<br/>7.4.4 Implementing Three-Input Combinational Circuits<br/>7.5 Combinational Circuit Design<br/>7.5.1 Analyzing the Problem to Be Solved<br/>7.5.2 Selecting a Solution Method<br/>7.5.3 Implementing the Solution<br/>7.6 Sample Designs<br/>7.6.1 Home Alarm System<br/>7.6.2 Digital Safe System<br/>7.6.3 Car Park Occupied Slot Counting System<br/>7.7 Applications on Combinational Circuits<br/>7.7.1 Implementing the Home Alarm System<br/>7.7.2 Implementing the Digital Safe System<br/>7.7.3 Implementing the Car Park Occupied Slot Counting System<br/>7.8 FPGA Building Blocks Used in Combinational Circuits<br/>7.9 Summary<br/>7.10 Exercises<br/>8 Combinational Circuit Blocks<br/>8.1 Adders<br/>8.1.1 Half Adder<br/>8.1.2 Full Adder<br/>8.1.3 Adders in Verilog<br/>8.1.4 Adders in VHD<br/>8.2 Comparators<br/>8.2.1 Comparators in Verilog<br/>8.2.2 Comparators in VHDL<br/>8.3 Decoders<br/>8.3.1 Decoders in Verilog<br/>8.3.2 Decoders in VHDL<br/>8.4 Encoders<br/>8.4.1 Encoders in Verilog<br/>8.4.2 Encoders in VHDL<br/>8.5 Multiplexers<br/>8.5.1 Multiplexers in Verilog<br/>8.5.2 Multiplexers in VHDL<br/>8.6 Parity Generators and Checkers<br/>8.6.1 Parity Generators<br/>8.6.2 Parity Checkers<br/>8.6.3 Parity Generators and Checkers in Verilog<br/>8.6.4 Parity Generators and Checkers in VHDL<br/>8.7 Applications on Combinational Circuit Blocks<br/>8.7.1 Improving the Calculator<br/>8.7.2 Improving the Home Alarm System<br/>8.7.3 Improving the Car Park Occupied Slot Counting System<br/>8.8 FPGA Building Blocks Used in Combinational Circuit Blocks<br/>8.9 Summary<br/>8.10 Exercises<br/>9 Data Storage Elements<br/>9.1 Latches<br/>9.1.1 SR Latch<br/>9.1.2 D Latch<br/>9.1.3 Latches in Verilog<br/>9.1.4 Latches in VHDL<br/>9.2 Flip-Flops<br/>9.2.1 D Flip-Flop<br/>9.2.2 JK Flip-Flop<br/>9.2.3 T Flip-Flop<br/>9.2.4 Flip-Flops in Verilog<br/>9.2.5 Flip-Flops in VHDL<br/>9.3 Register<br/>9.4 Memory<br/>9.5 Read-Only Memory<br/>9.5.1 ROM in Verilog<br/>9.5.2 ROM in VHDL<br/>9.5.3 ROM Formation Using IP Blocks<br/>9.6 Random Access Memory<br/>9.7 Application on Data Storage Elements<br/>9.8 FPGA Building Blocks Used in Data Storage Elements<br/>9.9 Summary<br/>9.10 Exercises<br/>10 Sequential Circuits<br/>10.1 Sequential Circuit Analysis<br/>10.1.1 Definition of State<br/>10.1.2 State and Output Equations<br/>10.1.3 State Table<br/>10.1.4 State Diagram<br/>10.1.5 State Representation in Verilog<br/>10.1.6 State Representation in VHDL<br/>10.2 Timing in Sequential Circuits<br/>10.2.1 Synchronous Operation<br/>10.2.2 Asynchronous Operation<br/>10.3 Shift Register as a Sequential Circuit<br/>10.3.1 Shift Registers in Verilog<br/>10.3.2 Shift Registers in VHDL<br/>10.3.3 Multiplication and Division Using Shift Registers<br/>10.4 Counter as a Sequential Circuit<br/>10.4.1 Synchronous Counter<br/>10.4.2 Asynchronous Counter<br/>10.4.3 Counters in Verilog<br/>10.4.4 Counters in VHDL<br/>10.4.5 Frequency Division Using Counters<br/>10.5 Sequential Circuit Design<br/>10.6 Applications on Sequential Circuits<br/>10.6.1 Improving the Home Alarm System<br/>10.6.2 Improving the Digital Safe System<br/>10.6.3 Improving the Car Park Occupied Slot Counting System<br/>10.6.4 Vending Machine<br/>10.6.5 Digital Clock<br/>10.7 FPGA Building Blocks Used in Sequential Circuits<br/>10.8 Summary<br/>10.9 Exercises<br/>11 Embedding a Soft-Core Microcontroller<br/>11.1 Building Blocks of a Generic Microcontroller<br/>11.1.1 Central Processing Unit<br/>11.1.2 Arithmetic Logic Unit<br/>11.1.3 Memory<br/>11.1.4 Oscillator/Clock<br/>11.1.5 General Purpose Input/Output<br/>11.1.6 Other Blocks<br/>11.2 Xilinx PicoBlaze Microcontroller<br/>11.2.1 Functional Blocks of PicoBlaze<br/>11.2.2 PicoBlaze in Verilog<br/>11.2.3 PicoBlaze in VHDL<br/>11.2.4 PicoBlaze Application on the Basys3 Board<br/>11.3 Xilinx MicroBlaze Microcontroller<br/>11.3.1 MicroBlaze as an IP Block in Vivado<br/>11.3.2 MicroBlaze MCS Application on the Basys3 Board<br/>11.4 Soft-Core Microcontroller Applications<br/>11.5 FPGA Building Blocks Used in Soft-Core Microcontrollers<br/>11.6 Summary<br/>11.7 Exercises<br/>12 Digital Interfacing<br/>12.1 Universal Asynchronous Receiver/Transmitter<br/>12.1.1 Working Principles of UART<br/>12.1.2 UART in Verilog<br/>12.1.3 UART in VHDL<br/>12.1.4 UART Applications<br/>12.2 Serial Peripheral Interface<br/>12.2.1 Working Principles of SPI<br/>12.2.2 SPI in Verilog<br/>12.2.3 SPI in VHDL<br/>12.2.4 SPI Application<br/>12.3 Inter-Integrated Circuit<br/>12.3.1 Working Principles of I2C<br/>12.3.2 I2C in Verilog<br/>12.3.3 I2C in VHDL<br/>12.3.4 I2C Application<br/>12.4 Video Graphics Array<br/>12.4.1 Working Principles of VGA<br/>12.4.2 VGA in Verilog<br/>12.4.3 VGA in VHDL<br/>12.4.4 VGA Application<br/>12.5 Universal Serial Bus<br/>12.5.1 USB-Receiving Module in Verilog<br/>12.5.2 USB-Receiving Module in VHDL<br/>12.5.3 USB Keyboard Application<br/>12.6 Ethernet<br/>12.7 FPGA Building Blocks Used in Digital Interfacing<br/>12.8 Summary<br/>12.9 Exercises<br/>13 Advanced Appl
ications<br/>13.1 Integrated Logic Analyzer IP Core Usage<br/>13.2 The XADC Block Usage<br/>13.3 Adding Two Floating-Point Numbers<br/>13.4 Calculator<br/>13.5 Home Alarm System<br/>13.6 Digital Safe System<br/>13.7 Car Park Occupied Slot Counting System<br/>13.8 Vending Machine<br/>13.9 Digital Clock<br/>13.10 Moving Wave via LEDs<br/>13.11 Translator<br/>13.12 Air Freshener Dispenser<br/>13.13 Obstacle-Avoiding Tank<br/>13.14 Intelligent Washing Machine<br/>13.15 Non-Touch Paper Towel Dispenser<br/>13.16 Traffic Lights<br/>13.17 Car Parking Sensor System<br/>13.18 Body Weight Scale<br/>13.19 Intelligent Billboard<br/>13.20 Elevator Cabin Control System<br/>13.21 Digital Table Tennis Game<br/>13.22 Customer Counter<br/>13.23 Frequency Meter<br/>13.24 Pedometer<br/>14 What Is Next?<br/>14.1 Vivado High-Level Synthesis Platform<br/>14.2 Developing a Project in Vivado HLS to Generate IP<br/>14.3 Using the Generated IP in Vivado<br/>14.4 Summary<br/>14.5 Exercises<br/>References<br/>Index

Managementboek Top 100

€ 107,67
Levertijd ongeveer 11 werkdagen
Gratis verzonden

Rubrieken

    Personen

      Trefwoorden

        Digital System Design with FPGA: Implementation Using Verilog and VHDL