From 6a82ff57e4b6ae433c807ee8ed9a0f84fa5cc984 Mon Sep 17 00:00:00 2001 From: Luka Macan Date: Fri, 19 Jan 2024 13:05:53 +0100 Subject: [PATCH] Add Application section to test's readme --- test/README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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`.