Skip to content

Commit f58e279

Browse files
Rework Nix example project & add Nix template
Changes the Nix infrastructure inside of simple-nix to use Nix flakes. Adds some more explanation how to include dependencies using Nix and includes a Nix template. All of this was done to make it more user friendly (...for Nix users) to get started with Clash without having to have very deep knowledge of Nix or how Cabal works to make Nix and Cabal work together happily. People who have Nix installed can now use immediately start using Clash with the simple-nix directory by running three commands: ``` mkdir my-project cd my-project nix flake init -t github:clash-lang/clash-starters ``` After this nix command is executed, it will display a 'welcome' message which gives a plain overview of what the Nix related commands do and instructs the user to read the README.md for more information. The original PR is: clash-lang/clash-starters#6 Which I have closed after realizing that repository is essentially just a mirror Co-authored-by: Peter Lebbing <peter@digitalbrains.com>
1 parent ce91289 commit f58e279

33 files changed

+659
-1204
lines changed

.ci/publish.sh

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,27 @@ export GIT_SSH_COMMAND="ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChec
1010

1111
cd "${ROOT}"
1212

13-
# Clone clash-starters and rollback to very first commit
14-
git clone git@github.com:clash-lang/clash-starters.git
15-
cd clash-starters
16-
first_commit=$(git rev-list --max-parents=0 --abbrev-commit HEAD)
17-
git reset "${first_commit}" --hard
18-
cd ..
13+
# Set up repo for clash-starters
14+
git init -b main clash-starters
15+
16+
# Everything in clash-starters-files/ is put into the clash-starters
17+
# repository verbatim.
18+
cp -a clash-starters-files/* clash-starters/
19+
20+
# Nix projects are copied with symlinks dereferenced
21+
cp -R --dereference --preserve projects-nix/* clash-starters/
22+
23+
# We also offer archives of Nix projects
24+
for project_dir in projects-nix/*; do
25+
project="${project_dir#*/}"
26+
27+
cd clash-starters
28+
zip -r "${project}.zip" "${project}"
29+
tar -czf "${project}.tar.gz" "${project}"
30+
cd ..
31+
done
1932

20-
# Render all projects in rendered/
33+
# Render all Stack projects for clash-starters
2134
for hsfile in *.hsfiles; do
2235
project="${hsfile%.*}"
2336

@@ -31,6 +44,7 @@ done
3144

3245
# Commit and push files
3346
cd clash-starters
47+
git remote add origin git@github.com:clash-lang/clash-starters.git
3448
git config --global user.name "Clash DevOps"
3549
git config --global user.email "devopsXXX@qbaylogic.com"
3650
git add -A

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ Templates for `stack new` command. To use this template perform the following st
77
## Cabal users
88
All starter projects are also available on [clash-lang/clash-starters](https://github.com/clash-lang/clash-starters).
99

10+
## Nix users
11+
12+
Nix users can immediately get the `simple-nix` template up and running by executing:
13+
```
14+
mkdir starter && cd starter
15+
nix flake init -t github:clash-lang/clash-starters
16+
```
17+
18+
Read the `README.md` inside of the newly created directory for more information on how to use Nix with Clash.
19+
1020
## Contributing
1121
If you wish to contribute to this template, edit them in `projects/` and perform the following steps to test the template:
1222
1. Edit the template

clash-starters-files/LICENSE

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
Creative Commons Legal Code
2+
3+
CC0 1.0 Universal
4+
5+
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
6+
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
7+
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
8+
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
9+
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
10+
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
11+
THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
12+
HEREUNDER.
13+
14+
Statement of Purpose
15+
16+
The laws of most jurisdictions throughout the world automatically confer
17+
exclusive Copyright and Related Rights (defined below) upon the creator
18+
and subsequent owner(s) (each and all, an "owner") of an original work of
19+
authorship and/or a database (each, a "Work").
20+
21+
Certain owners wish to permanently relinquish those rights to a Work for
22+
the purpose of contributing to a commons of creative, cultural and
23+
scientific works ("Commons") that the public can reliably and without fear
24+
of later claims of infringement build upon, modify, incorporate in other
25+
works, reuse and redistribute as freely as possible in any form whatsoever
26+
and for any purposes, including without limitation commercial purposes.
27+
These owners may contribute to the Commons to promote the ideal of a free
28+
culture and the further production of creative, cultural and scientific
29+
works, or to gain reputation or greater distribution for their Work in
30+
part through the use and efforts of others.
31+
32+
For these and/or other purposes and motivations, and without any
33+
expectation of additional consideration or compensation, the person
34+
associating CC0 with a Work (the "Affirmer"), to the extent that he or she
35+
is an owner of Copyright and Related Rights in the Work, voluntarily
36+
elects to apply CC0 to the Work and publicly distribute the Work under its
37+
terms, with knowledge of his or her Copyright and Related Rights in the
38+
Work and the meaning and intended legal effect of CC0 on those rights.
39+
40+
1. Copyright and Related Rights. A Work made available under CC0 may be
41+
protected by copyright and related or neighboring rights ("Copyright and
42+
Related Rights"). Copyright and Related Rights include, but are not
43+
limited to, the following:
44+
45+
i. the right to reproduce, adapt, distribute, perform, display,
46+
communicate, and translate a Work;
47+
ii. moral rights retained by the original author(s) and/or performer(s);
48+
iii. publicity and privacy rights pertaining to a person's image or
49+
likeness depicted in a Work;
50+
iv. rights protecting against unfair competition in regards to a Work,
51+
subject to the limitations in paragraph 4(a), below;
52+
v. rights protecting the extraction, dissemination, use and reuse of data
53+
in a Work;
54+
vi. database rights (such as those arising under Directive 96/9/EC of the
55+
European Parliament and of the Council of 11 March 1996 on the legal
56+
protection of databases, and under any national implementation
57+
thereof, including any amended or successor version of such
58+
directive); and
59+
vii. other similar, equivalent or corresponding rights throughout the
60+
world based on applicable law or treaty, and any national
61+
implementations thereof.
62+
63+
2. Waiver. To the greatest extent permitted by, but not in contravention
64+
of, applicable law, Affirmer hereby overtly, fully, permanently,
65+
irrevocably and unconditionally waives, abandons, and surrenders all of
66+
Affirmer's Copyright and Related Rights and associated claims and causes
67+
of action, whether now known or unknown (including existing as well as
68+
future claims and causes of action), in the Work (i) in all territories
69+
worldwide, (ii) for the maximum duration provided by applicable law or
70+
treaty (including future time extensions), (iii) in any current or future
71+
medium and for any number of copies, and (iv) for any purpose whatsoever,
72+
including without limitation commercial, advertising or promotional
73+
purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
74+
member of the public at large and to the detriment of Affirmer's heirs and
75+
successors, fully intending that such Waiver shall not be subject to
76+
revocation, rescission, cancellation, termination, or any other legal or
77+
equitable action to disrupt the quiet enjoyment of the Work by the public
78+
as contemplated by Affirmer's express Statement of Purpose.
79+
80+
3. Public License Fallback. Should any part of the Waiver for any reason
81+
be judged legally invalid or ineffective under applicable law, then the
82+
Waiver shall be preserved to the maximum extent permitted taking into
83+
account Affirmer's express Statement of Purpose. In addition, to the
84+
extent the Waiver is so judged Affirmer hereby grants to each affected
85+
person a royalty-free, non transferable, non sublicensable, non exclusive,
86+
irrevocable and unconditional license to exercise Affirmer's Copyright and
87+
Related Rights in the Work (i) in all territories worldwide, (ii) for the
88+
maximum duration provided by applicable law or treaty (including future
89+
time extensions), (iii) in any current or future medium and for any number
90+
of copies, and (iv) for any purpose whatsoever, including without
91+
limitation commercial, advertising or promotional purposes (the
92+
"License"). The License shall be deemed effective as of the date CC0 was
93+
applied by Affirmer to the Work. Should any part of the License for any
94+
reason be judged legally invalid or ineffective under applicable law, such
95+
partial invalidity or ineffectiveness shall not invalidate the remainder
96+
of the License, and in such case Affirmer hereby affirms that he or she
97+
will not (i) exercise any of his or her remaining Copyright and Related
98+
Rights in the Work or (ii) assert any associated claims and causes of
99+
action with respect to the Work, in either case contrary to Affirmer's
100+
express Statement of Purpose.
101+
102+
4. Limitations and Disclaimers.
103+
104+
a. No trademark or patent rights held by Affirmer are waived, abandoned,
105+
surrendered, licensed or otherwise affected by this document.
106+
b. Affirmer offers the Work as-is and makes no representations or
107+
warranties of any kind concerning the Work, express, implied,
108+
statutory or otherwise, including without limitation warranties of
109+
title, merchantability, fitness for a particular purpose, non
110+
infringement, or the absence of latent or other defects, accuracy, or
111+
the present or absence of errors, whether or not discoverable, all to
112+
the greatest extent permissible under applicable law.
113+
c. Affirmer disclaims responsibility for clearing rights of other persons
114+
that may apply to the Work or any use thereof, including without
115+
limitation any person's Copyright and Related Rights in the Work.
116+
Further, Affirmer disclaims responsibility for obtaining any necessary
117+
consents, permissions or other rights required for any use of the
118+
Work.
119+
d. Affirmer understands and acknowledges that Creative Commons is not a
120+
party to this document and has no duty or obligation with respect to
121+
this CC0 or use of the Work.

clash-starters-files/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Clash starter projects
2+
This repository houses a number of projects ready to get you going with Clash. You only need [Stack](https://docs.haskellstack.org/en/stable/README/) (recommended) or [GHC](https://www.haskell.org/)+[Cabal](https://www.haskell.org/cabal/) to get going. There is also a [Nix](https://nixos.org/) flake template available. Stack users can instantiate a project by running:
3+
4+
```
5+
stack new my-clash-project clash-lang/simple
6+
```
7+
8+
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 `.zip`s in this repository and change the name manually.
9+
10+
Nix users can immediately get the `simple-nix` template up and running by executing:
11+
```
12+
mkdir starter && cd starter
13+
nix flake init -t github:clash-lang/clash-starters
14+
```
15+
16+
Read the `README.md` in each project for more information. Happy hacking!
17+
18+
## Issues
19+
Issues can be reported at [clash-lang/stack-templates](https://github.com/clash-lang/stack-templates).
20+
21+
## Contributing
22+
Do not submit PRs to this repository directly. Follow the instructions on [clash-lang/stack-templates](https://github.com/clash-lang/stack-templates) instead. Any changes there will be pushed to this repository automatically.

clash-starters-files/flake.nix

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
description = "A flake for clash-starter templates. For an actual flake containing the project, check the `simple-nix` subdirectory.";
3+
4+
outputs = { self }: {
5+
defaultTemplate = {
6+
path = ./simple-nix;
7+
description = "A template containing a simple Clash project with a Nix flake for development";
8+
welcomeText = ''
9+
# Nix development
10+
To use Nix to develop your Clash project, simply run `nix develop` in your current directory.
11+
This will put you into an environment with all the tools you will need to build the starter
12+
project.
13+
14+
To compile the project and generate HDL, simply run `nix run` and the output Verilog will be
15+
under the `verilog` directory. If you changed the HDL language to VHDL, it will be under the
16+
`vhdl` directory.
17+
18+
You can also run `nix build` to build the project using Nix. Although this isn't very
19+
useful in the starter project, it is very useful when developing libraries!
20+
21+
# Cabal & Nix clashes
22+
Cabal and Nix work happily together, most of the time. One important thing of note is that
23+
you should **not** define sources using `cabal.project` files. This will overwrite Nix's
24+
package source and *will* cause problems. To add dependencies, add them via `flake.nix`.
25+
26+
# TLDR
27+
1. run `nix develop` to immediately jump into development
28+
2. run `nix run` to build the package and generate HDL with Nix
29+
3. run `nix build` to build the package as a library with Nix
30+
31+
Read the README.md for more information!
32+
Happy hacking!
33+
'';
34+
};
35+
};
36+
}

projects-nix/simple-nix/.envrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
use flake

projects-nix/simple-nix/.vscode

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../projects/simple/.vscode

projects-nix/simple-nix/README.md

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
<!-- omit in toc -->
2+
# Simple Nix Starter Project
3+
This starter project contains the scaffolding needed to integrate Clash with the Nix build system. Read [Simple Starter Project](https://github.com/clash-lang/clash-starters/blob/main/simple/README.md) for more information on the various files.
4+
5+
<!-- omit in toc -->
6+
# Table of Contents
7+
- [Getting this project](#getting-this-project)
8+
- [Building and testing this project](#building-and-testing-this-project)
9+
- [REPL](#repl)
10+
- [Adding custom dependencies / updating nix](#adding-custom-dependencies--updating-nix)
11+
12+
# Getting this project
13+
First create a new directory and enter it: `mkdir starter && cd starter`
14+
15+
Then run: `nix flake init -t github:clash-lang/clash-starters`.
16+
17+
# Building and testing this project
18+
Build the project with:
19+
20+
```bash
21+
nix run
22+
```
23+
24+
Verilog code will be available under the `verilog` directory.
25+
Modify the `hdl` variable in `flake.nix` to configure whether to generate
26+
SystemVerilog or VHDL.
27+
28+
However development itself is more streamlined by using a Nix shell. Start one
29+
by invoking:
30+
31+
```
32+
nix develop
33+
```
34+
35+
Then, to run the tests defined in `tests/`:
36+
37+
```bash
38+
cabal run test-library
39+
cabal run doctests
40+
```
41+
42+
To compile the project to VHDL run:
43+
44+
```bash
45+
cabal run clash -- Example.Project --vhdl
46+
```
47+
48+
You can find the HDL files in `vhdl/`. The source can be found in `src/Example/Project.hs`.
49+
50+
# VSCode
51+
52+
In order to make VSCode use the right version of HLS (the Haskell language server), you will need to
53+
install [this](https://marketplace.visualstudio.com/items?itemName=mkhl.direnv) plugin.
54+
55+
Without it, VSCode will attempt to use the wrong version of HLS and (mostly) crash.
56+
57+
# REPL
58+
Clash offers a [REPL](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop) as a quick way to try things, similar to Python's `python` or Ruby's `irb`. Open the REPL by invoking:
59+
60+
```
61+
cabal run clashi
62+
```
63+
64+
# Adding custom dependencies / updating nix
65+
The nix flake contains the sources of all Haskell and non-Haskell related packages.
66+
You can add newer/older packages by overwriting them using the `overlay` defined in `flake.nix`, or
67+
if the package is not available, include it by adding it as a flake input.
68+
69+
Example:
70+
71+
```diff
72+
package-overlay = final: prev: {
73+
# Here you define the project you want to build
74+
simple-nix = prev.developPackage {
75+
root = ./.;
76+
overrides = _: _: final;
77+
};
78+
+ # Adds an older version of `hello` package
79+
+ hello = prev.callHackageDirect {
80+
+ pkg = "hello";
81+
+ ver = "1.0";
82+
+ sha256 = "sha256-/oxATGk025R39CkjfWAcX2SrcM+pLY7IqlkPLJYVIIc=";
83+
+ } {};
84+
};
85+
```
86+
87+
For adding other Clash dependencies which also have a flake (such as clash-protocols), you can use
88+
the overlay those projects expose and append them to your own as follows:
89+
90+
```diff
91+
package-overlay = final: prev: {
92+
# Here you define the project you want to build
93+
simple-nix = prev.developPackage {
94+
root = ./.;
95+
overrides = _: _: final;
96+
};
97+
-};
98+
+} // clash-protocols.overlays.${system}.${ghc-version} final prev;
99+
```
100+
101+
When you include those projects as a flake input, make sure to make their `clash-compiler` input
102+
follow your own! Aka; set `clash-protocols.inputs.clash-compiler.follows = "clash-compiler";`

projects-nix/simple-nix/bin

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../projects/simple/bin
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
packages:
2+
simple-nix.cabal
3+
4+
write-ghc-environment-files: always
5+
6+
-- Eliminates the need for `--enable-tests`, which is needed for HLS.
7+
tests: true

0 commit comments

Comments
 (0)