| commit | 506654c0f5193f55acee2262b8b9da2e52251429 | [log] [tgz] |
|---|---|---|
| author | Matthew Wilson <mwilson@google.com> | Thu Oct 02 11:56:52 2025 -0700 |
| committer | Matthew Wilson <mwilson@google.com> | Fri Oct 03 14:14:12 2025 -0700 |
| tree | b4ce9ff469af7f51d381c04ac6c75a97150f3885 | |
| parent | ca75d613f9f2bfe0d0e002c50a2be471cd0b07da [diff] |
Buildify cocotb, verilator-sim and chisel/common Change-Id: If145679b87c8f6748d87920da250c7d884de0820
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