commit | 3b8d3cb3dcb02e06a8bfbcb4a5ec8e9593f096a8 | [log] [tgz] |
---|---|---|
author | Lun Dong <lundong@google.com> | Tue May 07 01:50:35 2024 -0700 |
committer | Lun Dong <lundong@google.com> | Wed May 08 12:41:56 2024 -0700 |
tree | b9d9b372a3ca018640070e875ec9a64fc0c646ed | |
parent | d7880e8ddcb939b6c0921ef5a67ebcf39efe81d5 [diff] |
sw/kelvin: Refactoring TFLM Kelvin kernel optimization codes This is the first version for refactoring TFLM kelvin kernel. Change-Id: I596fe47d6b9484f756b4d4df9bf657f22cdea54b
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.