commit | 8ba4ce2d2b0017656450c3d0d28054318559d797 | [log] [tgz] |
---|---|---|
author | David Gao <davidgao@google.com> | Wed Jun 26 22:25:34 2024 +0000 |
committer | David Gao <davidgao@google.com> | Mon Jul 01 22:21:26 2024 +0000 |
tree | 05bf4cdec8da1630b0c9f3cbadc68264f4fb7f87 | |
parent | c9a931d6dc1cc25489e38a84f47015820f08d332 [diff] |
Improve kelvin isa doc - Improve aconv description - Note the effect of v48 on acc getting/setting instructions - Fix a typo in VSLIDEP Change-Id: Ic4e6934aef3d6f1d43fd475640013dde43ffb40c
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.