commit | 2f60851909872c07eea321283ff35178d6dab812 | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Mon Jun 10 19:00:19 2024 -0700 |
committer | Derek Chow <derekjchow@google.com> | Tue Jun 11 13:39:57 2024 -0700 |
tree | 71d6906ad81cd9ccffbb767b265c4571bfdde805 | |
parent | b5caeab9719478628cef7b3955f35498130b876c [diff] |
Reduce vld calls in ConvS8D4. Introduced specialized ConvS8W8D4, which unrolls hot inner loop. Also uses reduced #'s of vld calls. Change-Id: I77c1e6e633c27801e45846e035399b10f47e9a6b
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.