diff --git a/test/README.md b/test/README.md index c3d29c5..8442493 100644 --- a/test/README.md +++ b/test/README.md @@ -35,3 +35,9 @@ $ pytest test.py --help - [testgen.py](testgen.py): collection of helper tools for individual tests For more information you can run the script with the `-h` flag. + +## Application + +The Makefile in the `app/` uses a flag `ACCELERATOR` to decide which accelerator to use. +The choices are _ne16_ or _neureka_. +You can either export it or run it like `ACCELERATOR= make clean all run`.