commit | fb6ba01ff3808df699da1403c15ba2b5219c068a | [log] [tgz] |
---|---|---|
author | David Gao <davidgao@google.com> | Tue Sep 30 20:58:21 2025 +0000 |
committer | David Gao <davidgao@google.com> | Mon Oct 06 17:40:39 2025 +0000 |
tree | ef24e9423867ba3b19ea4356c919807a2ccd33a5 | |
parent | 57e3ee84ac53ebdb5f2013e015e9c2d8aa6ea071 [diff] |
Finish intrinsic coverage for indexed stores Change-Id: I2b655b4f7a0588eaf6a6b553b9a43818a16382f1
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