commit | 7b74ed139a66e13fbb2dd2bf53e810af1cc9e200 | [log] [tgz] |
---|---|---|
author | Naveen Dodda <ndodda@google.com> | Sun Mar 09 23:02:52 2025 +0000 |
committer | Naveen Dodda <ndodda@google.com> | Wed Mar 12 13:48:15 2025 -0700 |
tree | dc2316761f5717cb278ba20ae4f126d1d2f04d7e | |
parent | 06e8e6e97147f2cf25ecf1783fb5cc66b41ba375 [diff] |
new toolchain for kelvin_v2 To test the toolchain_config bazel build --config=cc_kelvin_v2_toolchain_config //examples:rvv_add_intrinsic Bypass-Presubmit-Reason: No presubmit configured Change-Id: I1ba978aa700fc45aa527a08b49709fa173f1aeb8
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