commit | 10dea542b0fd8f13573dede33744c568da473f4d | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Fri Sep 12 15:21:20 2025 -0700 |
committer | Derek Chow <derekjchow@google.com> | Mon Sep 15 12:28:22 2025 -0700 |
tree | da3aa6bb8f9b10f8ad66f19da30b2d2e640b6b35 | |
parent | 56decb04fac9fd450141b2e096facd09b6ada06d [diff] |
Handle masked loads and stores. Change-Id: I107037ba52bf39cca0e2883bc46401422deb04ae
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