commit | eab80fbbad1365e9bc3586c11509773ca4264c74 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Thu Aug 03 10:21:25 2023 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Thu Aug 03 10:21:25 2023 -0700 |
tree | 2173f3876a7df5d2d89ddfe8353a079587709e5e | |
parent | 41833a41c8c507c5d8216274c166029d5eb83321 [diff] |
Use upstream RISC-V ISA test repo in WORKSPACE The user does not need to fetch from spacebeaker. It makes easier for the future migration, and GH service seems to be okay with such query (used in OT and MATCHA projects already) Change-Id: Iabc17e5deed9a3550e7f6115e16e710b55943e41
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)
bazel test --test_env=ROOTDIR=${ROOTDIR} //...
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.