The Nile on eBay
  FREE SHIPPING UK WIDE
 

FPGA Prototyping Using Verilog Examples: Xilinx Spartan-3 Version

by Pong P. Chu

HDL (hardware description language) and FPGA (field programmable gate array) devices allow designers to quickly create and test sophisticated digital circuits. This book uses a ?learning by doing? approach, introducing the HDL and FPGA development process to designers through a series of hands-on experiments.

FORMAT
Hardcover
LANGUAGE
English
CONDITION
Brand New


Publisher Description

"FPGA Prototyping Using Verilog Examples" will provide you with a hands-on introduction to Verilog synthesis and FPGA programming through a "learn by doing" approach. By following the clear, easy-to-understand templates for code development and the numerous practical examples, you can quickly develop and simulate a sophisticated digital circuit, realize it on a prototyping device, and verify the operation of its physical implementation. This introductory text that will provide you with a solid foundation, instill confidence with rigorous examples for complex systems and prepare you for future development tasks.

Back Cover

A HANDS-ON INTRODUCTION TO VERILOG SYNTHESIS AND FPGA PROTOTYPING Hardware Descriptive Language (HDL) and Field-Programmable Gate Array (FPGA) devices allow designers to quickly develop and simulate a sophisticated digital circuit, realize it on a prototyping device, and verify the operation of its physical implementation. As these technologies have matured and become mainstream practice, it is now possible to use a PC and an inexpensive FPGA prototyping board to construct a complex digital system. This book utilizes a "learn by doing" approach to introduce the concepts and techniques of Verilog and FPGA to designers through a series of hands-on experiments. FPGA Prototyping by Verilog Examples provides: A collection of clear, easy-to-follow templates for quick code development A large number of practical examples to illustrate and reinforce the concepts and design techniques Realistic projects that can be implemented and tested on a Xilinx prototyping board A thorough exploration of the Xilinx PicoBlaze soft-core microcontroller Although the book is an introductory text, the examples are developed in a rigorous manner and the derivations follow strict design guidelines and coding practices used for large, complex systems. It lays a solid foundation for students and new engineers and prepares them for future development tasks. FPGA Prototyping by Verilog Examples is an indispensable companion text for digital design courses and also serves as a valuable self-teaching guide for practicing engineers who wish to learn more about this emerging area of interest.

Flap

A HANDS-ON INTRODUCTION TO VERILOG SYNTHESIS AND FPGA PROTOTYPING Hardware Descriptive Language (HDL) and Field-Programmable Gate Array (FPGA) devices allow designers to quickly develop and simulate a sophisticated digital circuit, realize it on a prototyping device, and verify the operation of its physical implementation. As these technologies have matured and become mainstream practice, it is now possible to use a PC and an inexpensive FPGA prototyping board to construct a complex digital system. This book utilizes a "learn by doing" approach to introduce the concepts and techniques of Verilog and FPGA to designers through a series of hands-on experiments. FPGA Prototyping by Verilog Examples provides: A collection of clear, easy-to-follow templates for quick code development A large number of practical examples to illustrate and reinforce the concepts and design techniques Realistic projects that can be implemented and tested on a Xilinx prototyping board A thorough exploration of the Xilinx PicoBlaze soft-core microcontroller Although the book is an introductory text, the examples are developed in a rigorous manner and the derivations follow strict design guidelines and coding practices used for large, complex systems. It lays a solid foundation for students and new engineers and prepares them for future development tasks. FPGA Prototyping by Verilog Examples is an indispensable companion text for digital design courses and also serves as a valuable self-teaching guide for practicing engineers who wish to learn more about this emerging area of interest.

Author Biography

PONG P. CHU, PHD, is Associate Professor in the Department of Electrical and Computer Engineering at Cleveland State University in Ohio. He has taught undergraduate- and graduate-level digital systems and computer architecture courses for more than a decade and has received instructional grants from the National Science Foundation and Cleveland State University.

Table of Contents

Preface.
Acknowledgments.


PART I. BASIC DIGITAL CIRCUITS.


1. Gate-level combinational circuit.


2. Overview of FPGA and EDA software.


3. RT-level combinational circuit.


4. Regular Sequential Circuit.


5. FSM.


6. FSMD.


7. Selected Topics of Verilog.


PART II. I/O MODULES.


8. UART.


9. PS2 Keyboard.


10. PS2 Mouse.


11. External SRAM.


12. Xilinx Spartan-3 Specific Memory.


13. VGA controller I: graphic.


14. VGA controller II: text.


PART III. PICOBLAZE MICROCONTROLLERXILINX SPECIFIC.


15. PicoBlaze Overview.


16. PicoBlaze Assembly Code Development.


17. PicoBlaze I/O Interface.


18. PicoBlaze Interrupt Interface.


Appendix A: Sample Verilog templates.


References.


Topic Index.

Review

Chu (Cleveland State University) has written several volumes covering Verilog and VHDL, the two major hardware definition languages used in the design of smaller digital systems. The volume reviewed here is an introduction to Verilog only. The book assumes that the student is already familiar with basic digital circuits. After an introductory section, the remainder of the work consists of worked examples that should be quite easily understood by students. Each chapter ends with suggested exercises that build directly on the examples from that chapter. There are sections that are specific to Xilinx Spartan FPGAs and in some cases, specific to the Digilent S3 prototyping board. A course that uses different hardware would need to provide supplementary material before using this book as a resource. Chu writes in a pedagogically sound manner and includes good coverage of the Verilog language, with nice attention to the differences between the 1995 and 2001 versions of the language. The volume suffers from some sloppy editing (e.g., a reference to VHDL instead of Verilog in one place, an incorrect timing parameter value in the appendix, miscellaneous typos) and a very skimpy index. Summing Up: Recommended. Upper-division undergraduate through professional collections. -- C. Vickery, Queens College of CUNY (Choice, February 2009)

Long Description

A hands-on introduction to Verilog synthesis and FPGA prototyping Hardware Descriptive Language (HDL) and Field-Programmable Gate Array (FPGA) devices allow designers to quickly develop and simulate a sophisticated digital circuit, realize it on a prototyping device, and verify the operation of its physical implementation. As these technologies have matured and become mainstream practice, it is now possible to use a PC and an inexpensive FPGA prototyping board to construct a complex digital system. This book utilizes a "learn by doing" approach to introduce the concepts and techniques of Verilog and FPGA to designers through a series of hands-on experiments. FPGA Prototyping by Verilog Examples provides: A collection of clear, easy-to-follow templates for quick code development A large number of practical examples to illustrate and reinforce the concepts and design techniques Realistic projects that can be implemented and tested on a Xilinx prototyping board A thorough exploration of the Xilinx PicoBlaze soft-core microcontroller Although the book is an introductory text, the examples are developed in a rigorous manner and the derivations follow strict design guidelines and coding practices used for large, complex systems. It lays a solid foundation for students and new engineers and prepares them for future development tasks. FPGA Prototyping by Verilog Examples is an indispensable companion text for digital design courses and also serves as a valuable self-teaching guide for practicing engineers who wish to learn more about this emerging area of interest.

Review Text

Chu (Cleveland State University) has written several volumes covering Verilog and VHDL, the two major hardware definition languages used in the design of smaller digital systems. The volume reviewed here is an introduction to Verilog only. The book assumes that the student is already familiar with basic digital circuits. After an introductory section, the remainder of the work consists of worked examples that should be quite easily understood by students. Each chapter ends with suggested exercises that build directly on the examples from that chapter. There are sections that are specific to Xilinx Spartan FPGAs and in some cases, specific to the Digilent S3 prototyping board. A course that uses different hardware would need to provide supplementary material before using this book as a resource. Chu writes in a pedagogically sound manner and includes good coverage of the Verilog language, with nice attention to the differences between the 1995 and 2001 versions of the language. The volume suffers from some sloppy editing (e.g., a reference to VHDL instead of Verilog in one place, an incorrect timing parameter value in the appendix, miscellaneous typos) and a very skimpy index. Summing Up: Recommended. Upper-division undergraduate through professional collections. -- C. Vickery, Queens College of CUNY (Choice, February 2009)

Review Quote

Chu (Cleveland State University) has written several volumes covering Verilog and VHDL, the two major hardware definition languages used in the design of smaller digital systems. The volume reviewed here is an introduction to Verilog only. The book assumes that the student is already familiar with basic digital circuits. After an introductory section, the remainder of the work consists of worked examples that should be quite easily understood by students. Each chapter ends with suggested exercises that build directly on the examples from that chapter. There are sections that are specific to Xilinx Spartan FPGAs and in some cases, specific to the Digilent S3 prototyping board. A course that uses different hardware would need to provide supplementary material before using this book as a resource. Chu writes in a pedagogically sound manner and includes good coverage of the Verilog language, with nice attention to the differences between the 1995 and 2001 versions of the language. The volume suffers from some sloppy editing (e.g., a reference to VHDL instead of Verilog in one place, an incorrect timing parameter value in the appendix, miscellaneous typos) and a very skimpy index. Summing Up : Recommended. Upper-division undergraduate through professional collections. -- C. Vickery, Queens College of CUNY ( Choice, February 2009)

Promotional "Headline"

Chu (Cleveland State University) has written several volumes covering Verilog and VHDL, the two major hardware definition languages used in the design of smaller digital systems. The volume reviewed here is an introduction to Verilog only. The book assumes that the student is already familiar with basic digital circuits. After an introductory section, the remainder of the work consists of worked examples that should be quite easily understood by students. Each chapter ends with suggested exercises that build directly on the examples from that chapter. There are sections that are specific to Xilinx Spartan FPGAs and in some cases, specific to the Digilent S3 prototyping board. A course that uses different hardware would need to provide supplementary material before using this book as a resource. Chu writes in a pedagogically sound manner and includes good coverage of the Verilog language, with nice attention to the differences between the 1995 and 2001 versions of the language. The volume suffers from some sloppy editing (e.g., a reference to VHDL instead of Verilog in one place, an incorrect timing parameter value in the appendix, miscellaneous typos) and a very skimpy index. Summing Up: Recommended. Upper-division undergraduate through professional collections. -- C. Vickery, Queens College of CUNY (Choice, February 2009)

Feature

The book and board combo becomes a self-contained "turn-key" solution for introductory and advanced digital design experiments and projects. Provides a collection of clear, easy-to-follow templates for quick code development Contains a large number of practical examples to illustrate and reinforce the design concepts and techniques. All examples can be implemented and tested on a prototyping board Covers the design of all I/O modules of the Digilent Basys prototyping board and has prepared constraint files, project files, and configuration files Most codes were written in a device-independent and software-neutral fashion and are not tied to a particular device or synthesis software package

Details

ISBN0470185325
Author Pong P. Chu
Short Title FPGA PROTOTYPING USING VERILOG
Pages 488
Publisher Wiley-Interscience
Language English
ISBN-10 0470185325
ISBN-13 9780470185322
Media Book
Format Hardcover
DEWEY 621.395
Illustrations Yes
Year 2008
Publication Date 2008-07-31
Imprint Wiley-Blackwell
Subtitle Xilinx Spartan-3 Version
Birth 1959
Affiliation Cleveland State University
Audience Professional and Scholarly
Edition 1st
Place of Publication Hoboken
Country of Publication United States
DOI 10.1604/9780470185322
AU Release Date 2008-07-18
NZ Release Date 2008-07-18
US Release Date 2008-07-18
UK Release Date 2008-07-18
Replaced by 9781119282662

TheNile_Item_ID:14082550;