commit | 0533c27ff53b295394fbd3c02d99fe3117bfca47 | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Fri Jan 31 14:37:32 2025 -0800 |
committer | Alex Van Damme <atv@google.com> | Tue Feb 11 10:17:35 2025 -0800 |
tree | f75c59fd8e466a2d0483f9c3e3f52a39217f2e74 | |
parent | 21cd670ac08a236309b81aa883ca889248609960 [diff] |
Serialize decode due to WFI Change-Id: I698d7ba35ea95cb45678d53b3ba0bf9b959a6aeb
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