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
- Host: GitHub
- URL: https://github.com/yasnakateb/chiselnotes
- Owner: yasnakateb
- Created: 2022-05-12T09:09:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T16:45:24.000Z (over 3 years ago)
- Last Synced: 2025-01-20T00:56:31.388Z (9 months ago)
- Topics: chisel, chisel3, examples, sbt, scala
- Language: Verilog
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.