commit | 57b39181717bd483ca9cb3c402b48a50f08e6cba | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Thu Jul 10 11:38:32 2025 -0700 |
committer | Alex Van Damme <atv@google.com> | Mon Jul 14 13:16:57 2025 -0700 |
tree | 8579d29db0bbba14104c3b8fd874d5934a29565d | |
parent | ed78b7032e8a152f93eada1443afee282901fed6 [diff] |
Add tests for RVV reduction operations - Tests vredmin, vredmax, vredsum. - Also uses vmv to move from vector->scalar, so some additional coverage for that. Change-Id: I6f6bd52cc0bbb012279d4635a34d25cc0727f67b
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