FPGA Programming for Beginners: Bring your ideas to life by creating hardware designs and electronic circuits with SystemVerilog (Paperback)
暫譯: FPGA 程式設計入門:透過 SystemVerilog 創建硬體設計和電子電路實現你的想法 (平裝本)

Bruno, Frank

  • 出版商: Packt Publishing
  • 出版日期: 2021-03-05
  • 售價: $1,680
  • 貴賓價: 9.5$1,596
  • 語言: 英文
  • 頁數: 368
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 1789805414
  • ISBN-13: 9781789805413
  • 相關分類: FPGAVerilog
  • 立即出貨 (庫存=1)

買這商品的人也買了...

商品描述

Get started with FPGA programming using SystemVerilog, and develop real-world skills by building projects, including a calculator and a keyboard

Key Features

  • Explore different FPGA usage methods and the FPGA tool flow
  • Learn how to design, test, and implement hardware circuits using SystemVerilog
  • Build real-world FPGA projects such as a calculator and a keyboard using FPGA resources

Book Description

Field Programmable Gate Arrays (FPGAs) have now become a core part of most modern electronic and computer systems. However, to implement your ideas in the real world, you need to get your head around the FPGA architecture, its toolset, and critical design considerations. FPGA Programming for Beginners will help you bring your ideas to life by guiding you through the entire process of programming FPGAs and designing hardware circuits using SystemVerilog.

The book will introduce you to the FPGA and Xilinx architectures and show you how to work on your first project, which includes toggling an LED. You'll then cover SystemVerilog RTL designs and their implementations. Next, you'll get to grips with using the combinational Boolean logic design and work on several projects, such as creating a calculator and updating it using FPGA resources. Later, the book will take you through the advanced concepts of AXI and serial interfaces and show you how to create a keyboard using PS/2. Finally, you'll be able to consolidate all the projects in the book to create a unified output using a Video Graphics Array (VGA) controller that you'll design.

By the end of this SystemVerilog FPGA book, you'll have learned how to work with FPGA systems and be able to design hardware circuits and boards using SystemVerilog programming.

What you will learn

  • Understand the FPGA architecture and its implementation
  • Get to grips with writing SystemVerilog RTL
  • Make FPGA projects using SystemVerilog programming
  • Work with computer math basics, parallelism, and pipelining
  • Explore the advanced topics of AXI and serial interfaces
  • Discover how you can implement a VGA interface in your projects

Who this book is for

This FPGA design book is for embedded system developers, engineers, and programmers who want to learn FPGA and SystemVerilog programming from scratch. FPGA designers looking to gain hands-on experience in working on real-world projects will also find this book useful.

商品描述(中文翻譯)

**開始使用 SystemVerilog 進行 FPGA 編程,通過構建項目(包括計算器和鍵盤)來發展實際技能**

#### 主要特點

- 探索不同的 FPGA 使用方法和 FPGA 工具流程
- 學習如何使用 SystemVerilog 設計、測試和實現硬體電路
- 使用 FPGA 資源構建實際的 FPGA 項目,例如計算器和鍵盤

#### 書籍描述

現場可編程閘陣列(FPGAs)已成為大多數現代電子和計算機系統的核心部分。然而,為了在現實世界中實現您的想法,您需要了解 FPGA 架構、其工具集和關鍵設計考量。《FPGA 編程入門》將幫助您通過指導您完成編程 FPGA 和使用 SystemVerilog 設計硬體電路的整個過程,將您的想法變為現實。

本書將介紹 FPGA 和 Xilinx 架構,並展示如何開始您的第一個項目,包括切換 LED。接著,您將涵蓋 SystemVerilog RTL 設計及其實現。然後,您將掌握使用組合布林邏輯設計,並進行幾個項目,例如創建計算器並使用 FPGA 資源進行更新。稍後,本書將帶您了解 AXI 和串行介面的高級概念,並展示如何使用 PS/2 創建鍵盤。最後,您將能夠整合書中的所有項目,使用您設計的視頻圖形陣列(VGA)控制器創建統一的輸出。

在這本 SystemVerilog FPGA 書籍結束時,您將學會如何使用 FPGA 系統,並能夠使用 SystemVerilog 編程設計硬體電路和電路板。

#### 您將學到什麼

- 理解 FPGA 架構及其實現
- 掌握撰寫 SystemVerilog RTL
- 使用 SystemVerilog 編程製作 FPGA 項目
- 理解計算機數學基礎、並行性和流水線技術
- 探索 AXI 和串行介面的高級主題
- 發現如何在您的項目中實現 VGA 介面

#### 本書適合誰

這本 FPGA 設計書適合希望從零開始學習 FPGA 和 SystemVerilog 編程的嵌入式系統開發人員、工程師和程序員。尋求在實際項目中獲得實踐經驗的 FPGA 設計師也會發現這本書非常有用。

作者簡介

Frank Bruno is an experienced high-performance design engineer specializing in FPGAs with some ASIC experience. He has experience working for companies like SpaceX, Allston Trading, and Number Nine. He is currently working as an FPGA engineer for Allstone Trading.

作者簡介(中文翻譯)

Frank Bruno 是一位經驗豐富的高效能設計工程師,專注於 FPGA,並擁有一些 ASIC 的經驗。他曾在 SpaceX、Allston Trading 和 Number Nine 等公司工作。目前,他在 Allstone Trading 擔任 FPGA 工程師。

目錄大綱

  1. Introduction to FPGAs and Xilinx architectures
  2. Designing with combinational logic
  3. Counting button presses
  4. Let's build a calculator
  5. FPGA resources and how to use them - DSP, RAM, PLLs
  6. Math, parallelism, and pipelined design
  7. Introduction to AXI
  8. Serial interfaces - SPI, I2C, UART, PS/2
  9. Lots of data? MIG and DDR2
  10. A better way to display information - VGA
  11. Advanced Topics

目錄大綱(中文翻譯)


  1. Introduction to FPGAs and Xilinx architectures

  2. Designing with combinational logic

  3. Counting button presses

  4. Let's build a calculator

  5. FPGA resources and how to use them - DSP, RAM, PLLs

  6. Math, parallelism, and pipelined design

  7. Introduction to AXI

  8. Serial interfaces - SPI, I2C, UART, PS/2

  9. Lots of data? MIG and DDR2

  10. A better way to display information - VGA

  11. Advanced Topics