commit | dd44caaf765ce73e0174979b6894e46f717c075f | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Fri May 31 15:24:02 2024 -0700 |
committer | Alex Van Damme <atv@google.com> | Fri May 31 22:33:39 2024 +0000 |
tree | a7b221ef65107d26b69a23831ea634fba8f6cabd | |
parent | d2aca9745d1f504829f2c0630bb6c4f1b672b6bf [diff] |
Allow specifying benchmark arena size - The change to a 2MB arena caused some benchmark targets to fail to link due to needing more than 4MB. Add a parameter to the build rules to allow specifying the arena size per-target, and default to the old 1.5MB size. Change-Id: I37b49fb2d866fe0d7df33316374c3bc3d0271058
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.