commit | 7781781eee47998e6f17dddb5c011362daefa8b6 | [log] [tgz] |
---|---|---|
author | Gregory Kielian <gkielian@google.com> | Tue Aug 15 11:28:42 2023 -0700 |
committer | Gregory Kielian <gkielian@google.com> | Tue Aug 15 11:33:50 2023 -0700 |
tree | 09de5b21385f6541a574dc4af3842537de996adf | |
parent | 29204239b19384e75f53b018052a35908c2f0992 [diff] |
Wrap word with __ with backticks for md formatting The `__` is used for bold, and before this change was bolding and overwrite format on remaining document. Change-Id: Ia6c329013c60b2fc1c850e7b6dfaa0427a96426d
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 //...
TODO: Add CMake flow
TODO: Add kelvin simulator
Load the generated .bin
binaries to matcha FPGA emulator.