clash-starters
clash-starters copied to clipboard
Projects to get started with Clash
trafficstars
Clash starter projects
This repository houses a number of projects ready to get you going with Clash. You only need Stack (recommended) or GHC+Cabal to get going. Stack users can instantiate a project by running:
stack new my-clash-project clash-lang/simple
where simple is one of the projects in this repository. Stack will modify the project such that it is called my-clash-project. Cabal users can download one of the .zips in this repository and change the name manually.
Read the README.md in each project for more information. Happy hacking!
Issues
Issues can be reported at clash-lang/stack-templates.
Contributing
Do not submit PRs to this repository directly. Follow the instructions on clash-lang/stack-templates instead. Any changes there will be pushed to this repository automatically.