Add back TAGS=cmsis-nn in tflu_gen target

In case a CMSIS-NN operator is not supported by Ethos-U performance
would otherwise be degraded.

Change-Id: I0b688403b0a7c33cde1343f4e64ba14e901a19d7
1 file changed
tree: 68a5b5058dd68962754c3c19de969b3673b9a498
  1. .clang-format
  2. .gitignore
  3. CMakeLists.txt
  4. LICENSE.txt
  5. README.md
  6. applications/
  7. cmake/
  8. cmsis.cmake
  9. tensorflow.cmake
README.md

Ethos-U core software

Building

The core software is built with CMake. It is recommended to build out of tree like illustrated below.

$ mkdir build
$ cd build
$ cmake .. -DCMAKE_TOOLCHAIN_FILE=<toolchain> -DCMAKE_SYSTEM_PROCESSOR=cortex-m<nr><features>
$ make

Available build options can be listed with cmake -LH ...

Supported CPU targets are any of the Cortex-M processors with any of the supported features, for example cortex-m33+nodsp+nofp. A toolchain file is required to cross compile the software.