commit | 9eaf5f18d5066408c4d93fedbfe32104fad4ead0 | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Mon Aug 18 10:28:58 2025 -0700 |
committer | Alex Van Damme <atv@google.com> | Mon Aug 18 10:28:58 2025 -0700 |
tree | 54b0801c50f1a1d4209c10b76318ececd4d5ee98 | |
parent | d0b475aae98f268362652ff3de95d68bae8e7f5c [diff] |
Remove extra vd from RvvCompressedInstruction - We don't need this extra field, simply extract the low bits from `bits` when needed. Change-Id: I5f19f3588a52f0616425cd6ed0b9e7eb9fb10b14
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