commit | 50e0325ab78f2f0c93c6b655ee0fb5898c0243cc | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Wed Feb 26 17:04:12 2025 -0800 |
committer | Yenkai Wang <ykwang@google.com> | Tue Mar 04 13:02:42 2025 -0800 |
tree | 323a56323a73a59f9fdff59298e53bec205a3ac1 | |
parent | 4dba895ad1ed4ebc99a2fabbe2518fff77a81ae4 [diff] |
Propagate VC_STATIC_HOME in .bazelrc. Change-Id: Ifdc00adfd6c2d90b93aa48a1c64a1f2520de9820
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