Название: Getting Started with FPGAs
Автор: Russell Merrick
Издательство: No Starch Press
Год: 2024
Страниц: 345
Язык: английский
Формат: epub (true), mobi
Размер: 10.1 MB
Skip the complexity and learn to program FPGAs the easy way through this hands-on, beginner-friendly introduction to digital circuit design with Verilog and VHDL. Whether you have been toying with field programmable gate arrays (FPGAs) for years or are completely new to thesereprogrammable devices, this book will teach you to think like an FPGA engineer and develop reliable designs with confidence. Through detailed code examples, patient explanations, and hands-on projects, Getting Started with FPGAs will actuallyget you started. Russell Merrick, creator of the popular blog Nandland.com, will guide you through the basics of digitallogic, look-up tables, and flip-flops, as well as high-level concepts like state machines. You’ll explore the fundamentals ofthe FPGA build process including simulation, synthesis, and place and route.You’ll learn about key FPGA primitives, suchas DSP blocks and PLLs, and examine how FPGAs handle math operations and I/O. Code examples are provided in both Verilog and VHDL, making the book a valuable resource no matter your language ofchoice. I’ve tried to make this book as accessible as possible so that a broad range of people will be able to read and understand the material. The intended audience is anyone who is curious about how digital programmable logic works and how FPGAs can be used to solve a wide variety of problems. I’m assuming you’ve had at least some exposure to a conventional programming language, like Python, C, or jаvascript.