clash-lang / clash-starters

Projects to get started with Clash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Projects to get started with Clash

License:Creative Commons Zero v1.0 Universal


Languages

Language:Haskell 51.9%Language:Nix 36.5%Language:Tcl 11.6%