commit | e10934b8b84f3c099d778809059278c6204140de | [log] [tgz] |
---|---|---|
author | Stefan Hall <stefanhall@google.com> | Thu Jul 11 16:55:23 2024 -0700 |
committer | Stefan Hall <stefanhall@google.com> | Tue Jul 16 17:18:43 2024 -0700 |
tree | ed484c60842d80152db4077d31fead80a3ce30ec | |
parent | 11adf8cb32d28d9d52b10b3279afb214fdaa5718 [diff] |
GPIO Pulse Before Benchmark Run Edit kelvin benchmark to set GPIO high for duration of benchmark This can be used to synchronize/ trim kibble power measurements to the approximate duration of a benchmark test. Change-Id: I04480f49cf700cc39405080ff491fab81b269ef4
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.