-
Notifications
You must be signed in to change notification settings - Fork 201
Creating Your Own Project
Chick Markley edited this page Sep 16, 2016
·
2 revisions
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)](Writing Scala Testbenches) [Next (Conditional Assignments and Memories)](Conditional Assignments and Memories)