| commit | a9ce01c608f8afd9f8f205e2077257ccc3b5339c | [log] [tgz] |
|---|---|---|
| author | Derek Chow <derekjchow@google.com> | Thu Sep 04 11:57:28 2025 -0700 |
| committer | Derek Chow <derekjchow@google.com> | Thu Sep 04 15:38:35 2025 -0700 |
| tree | d5692b3973667209f4c7be9ba5f274b6ac8e5a34 | |
| parent | 8f96ae746704a417ca2f1313c3963cbd224902f1 [diff] |
Add vtype CSR. Change-Id: I4ebbadcf0b76d3477f22e682da1b844375fbd4ce
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