commit | 22c20743e76b437518525064e2d2c7f814d8d6c9 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Fri Sep 01 12:20:51 2023 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Fri Sep 01 12:20:51 2023 -0700 |
tree | 85a13216037a1c3c77d7c3e84e6497ad44db4731 | |
parent | c494ecaaeb435b7282abf6b2a5aad76976dbf7cf [diff] |
Update kelvin_binary rule tag attribute Bazel observes the tags of the leaf target -- a target is built if a depended target is built. We need to pass the tags attribute to all the emit rules so wilecard omission of `tags=["manual"]` works properly Bug: 298661906 Change-Id: Ia3baf6b9d4aa1fe2eaf48436f2da684f9d6b7c63
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.