2020年5月21日 星期四

An Introduction to FPGA Programming

Learning materials and workshop notes


The materials and supporting workshop notes were originally developed for the first ever ChipHack event and have been updated since.
All the source materials can be found on the GitHub chiphack repository and wiki.
Note that these are under development, so may not be entirely suitable for unsupported use.
Some of the slide decks are prepared using Hieroglyph, and can be viewed directly on this website as either HTML pages or slides. Others are provided as plain PDF.
  • MyStorm Setup: htmlslides.
  • Basic Verilog: htmlslides.
  • Combinatorial Verilog: htmlslides.
  • Sequential Verilog: htmlslides.
  • UART design htmlslides.
  • Martin Campbell-Kelly on the history of EDSAC: part 1 PDF.
  • Martin Campbell-Kelly on the history of EDSAC: part 2 PDF.
  • Bill Purvis's EDSAC in Verilog PDF.
  • Recreating EDSAC peripherals htmlslides.
  • Hatim Kanchwala's EDSAC design htmlslides.
  • Kevin Murrell on the EDSAC replica project PDF.

沒有留言:

張貼留言

MQTT 基本觀念與實驗(1)

MQTT 基本觀念與實驗 (1) 一個基於 ESP32 的物聯網系統架構,描述了硬體端、雲端代理伺服器(Broker)以及多個客戶端(Clients)之間的互動關係 。 以下是根據圖片內容對該系統關係的詳細說明: 1. 硬體終端 (CLIENT 3 / ESP32) 這是系統的實...