Add mention of Nix in "Running the verification tasks"
This commit is contained in:
parent
2f9d4a6348
commit
69a3e5606f
|
@ -11,7 +11,7 @@ Formally verified implementation of the ARTIQ RTIO core in nMigen
|
||||||
|
|
||||||
## Running the verification tasks
|
## Running the verification tasks
|
||||||
|
|
||||||
Currently, only the sorting network contains assertions to be verified. To run the verification tasks for the sorting network, change directory to the root of this project and do
|
Currently, only the sorting network contains assertions to be verified. To run the verification tasks for the sorting network, change directory to the root of this project, set up the [Nix](https://nixos.org) environment by running `nix-shell` and do
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ python -m rtio.test.sed.output_network
|
$ python -m rtio.test.sed.output_network
|
||||||
|
|
Loading…
Reference in New Issue