commit | 8977fc38dc0f135ac74baa469781a3afa8cdd82a | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Wed Jul 30 17:11:47 2025 -0700 |
committer | Derek Chow <derekjchow@google.com> | Wed Jul 30 20:27:09 2025 -0700 |
tree | ee48d1f05f4108b2f78cf1feba00eca183bca794 | |
parent | cd4c5d1c3e9f63ed87c375b89532a9884de4cb98 [diff] |
Fix scoreboarding issue in vsetvli. Update writescoreboard when instruction is dispatched, not decoded. Change-Id: Ia7893de02155ea251fbc9c63fbab96dd39be3465
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