commit | 13fe02a4de592dcc3a51b6e4e40474a15c083b04 | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Thu Jun 06 16:27:54 2024 -0700 |
committer | Alex Van Damme <atv@google.com> | Fri Jun 07 20:50:36 2024 +0000 |
tree | c8f314c98e04a909234694d07dd6846a78f052d0 | |
parent | 088841b99a34619516863208ea027e0687f57f3d [diff] |
Create RUN_KERNEL macro for DepthwiseConvS8 - As in ConvS8, make a little macro for invoking the different flavours of the kernel. Change-Id: Iac354ca2928b64423f79ef1a8e5cf3a70d98a96e
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.