All Projects → schoeberl → Chisel Book

schoeberl / Chisel Book

Digital Design with Chisel

Labels

Build Status

Digital Design with Chisel

Book Cover

This book is an introduction to digital system design using a modern hardware construction language, Chisel. In this book we focus on a slightly higher abstraction level to get you up to speed to build more complex, interacting digital systems.

A compiled PDF version of the book is available at Digital Design with Chisel PDF. Translations in Chinese and Japanese are also available here.

The book is available at Amazon.

In case you want to cite the book:

@book{chisel:book,
  title = {Digital Design with Chisel},
  publisher = {Kindle Direct Publishing},
  year = {2019},
  author = {Martin Schoeberl},
  url = {https://github.com/schoeberl/chisel-book}
}

This book project has an accompanying repository containing Chisel examples.

To build the Chisel book from the source you need make, latex, sbt, and Java JDK (1.8) installed. Then you simply build with:

make

The book also contains slides for a one semester course on digital eletronics with Chisel. The slides are here. You can see a lecture plan for a course given at DTU and the corresponding lab material.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].