commit | acf084c3cbd073e0dc15b891029cdfa2fb761f35 | [log] [tgz] |
---|---|---|
author | tianyu.li <tianyu.li@verisilicon.com> | Tue Sep 16 17:34:44 2025 -0700 |
committer | David Gao <davidgao@google.com> | Wed Sep 17 13:34:38 2025 -0700 |
tree | fcb767e6befe9c755a57e2494033941018e2a5b1 | |
parent | 19eeec6dc2f1f82d98fcfc1612bdd9b99babaa93 [diff] |
Adjust vector register order in Decoder for segment load/store. Update rvv_backend_tb for lsu changes. Change-Id: I60d55196d033b70f5e64baddf17ae2d40e96c574
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