commit | 315f34e50df8544d75cb8f787bcd0da41f03f97c | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Tue Jun 24 14:18:06 2025 -0700 |
committer | Derek Chow <derekjchow@google.com> | Mon Jun 30 20:22:13 2025 -0700 |
tree | 41e9f6737495c070cebebab215e5a19949c39643 | |
parent | 9500b846e9e16e5e2a921fb76185c58c98033faf [diff] |
Add Mlu documentation. Change-Id: Ia3a1dde103d4aedeb37de96cb7563db140b6fa12
Kelvin is a RISC-V32IM core with a custom instruction set.
More information on the design can be found in the overview.
Kelvin uses bazel as it's build system. The Verilated simulator for Kelvin can be generated using:
bazel build //tests/verilator_sim:core_sim
The verilog source for the Kelvin core can be generated using:
bazel build //hdl/chisel/src/kelvin:core_cc_library_emit_verilog
Verilog source for the Matcha SoC can be generated using:
bazel clean --expunge # To generate the ToT sha bazel build //hdl/chisel:matcha_kelvin_verilog