An open API service indexing awesome lists of open source software.

https://github.com/yasnakateb/chiselnotes

Chisel3 examples
https://github.com/yasnakateb/chiselnotes

chisel chisel3 examples sbt scala

Last synced: 7 months ago
JSON representation

Chisel3 examples

Awesome Lists containing this project

README

          

# ChiselNotes

Chisel3 examples from
[chisel-book](http://www.imm.dtu.dk/~masca/chisel-book.pdf)

## Building on macOS
1. Scala and SBT can be installed via Homebrew :

$ brew install sbt

$ brew install scala
2. Clone the repository.

3. Use Makefile to generate the hardware and test the circuits.