-
Notifications
You must be signed in to change notification settings - Fork 197
Creating Your Own Project
Chick Markley edited this page Apr 27, 2017
·
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) Next (Conditional Assignments and Memories)