Skip to content

Creating Your Own Project

Chick Markley edited this page Apr 27, 2017 · 2 revisions

Creating Your Own Projects

In order to create your own projects from scratch, you will need to create a directory, a Chisel source file, an optional tester, and a build.sbt configuration file. You should clone the chisel-template repo, which contains a minimal project suitable as a template. Follow the instructions on that repo's README.

Prev (Writing Scala Testbenches) Next (Conditional Assignments and Memories)