commit | aa3f712202a308d0a3ef40c54a4d17770122f682 | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Mon Jul 14 07:52:24 2025 +0000 |
committer | Derek Chow <derekjchow@google.com> | Mon Jul 14 10:35:20 2025 -0700 |
tree | 67b7fe6ecb079a39fdf238abda793fdc3c533094 | |
parent | e42e486fd83e7bd275e1397d26a8b7bea04e529c [diff] |
Add debug version of core. Change-Id: I48b6f3daa592f06e58d039b7c21d71e244267295
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