commit | e3747db29a93182a32d92fd38d6947d1c8396d56 | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Fri Aug 25 10:31:32 2023 -0700 |
committer | Alex Van Damme <atv@google.com> | Fri Aug 25 12:50:26 2023 -0700 |
tree | beef1d0155167b73063a47254ca6ff6659c4d2d0 | |
parent | 2c72b285ddcc6d37b98ca34e8f97555a1c21a853 [diff] |
Standalone encoder and decoder for Soundstream - Extract setup code from the existing soundstream application into a library target. - Rename the existing soundstream application to soundstream_e2e. - Encoder and decoder applications for Soundstream, which run a single invocation of their model, and populate the `output_header` section so that the results can be retrieved. - Enable c++17 to use std::optional - Remove the TF_LITE_STATIC_MEMORY define (as we are using the heap in the soundstream library now) - Fix the definition of operator delete so the linker resolves it properly - Add a definition of operator new (which calls malloc) Change-Id: I446f135825f77744bbe561105b5e156c51b3bc0c
This project contains the BSP to build the SW artifact that can run on the Kelvin core, and integrated as part of the Shodan repository.
The project supports two build systems -- Bazel and CMake -- for OSS integration reasons. Bazel is used by TFLM flow, while CMake is the build system for IREE.
If you get this project from Project Shodan manifest, you are all set. If not, you need to have following projects as well to build the project successfully.
<dir>/cache/toolchain_kelvin
This project needs to be at <dir>/sw/kelvin
.
The project uses Bazel 5.1.1, to align with OpenTitan build system requirements.
bazel build //...
To run the unit tests (with the kelvin_sim ISS) Make sure the Environment variable $ROOTDIR
is set to the root directory of the local repo (or run source build/setup.sh
)
bazel test //...
TODO: Add CMake flow
The binaries can be simulated with the kelvin simulator, located at <dir>/sim/kelvin
.
sim_kelvin <elf location>
Load the generated .bin
binaries to the FPGA emulator/Renode simulator.