hirooih / chisel-book

Digital Design with Chisel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Digital Design with Chisel


Languages

Language:TeX 84.5%Language:Scala 15.3%Language:Makefile 0.2%Language:Shell 0.0%