commit | e4d283fba5e582c32a83ed693328d25636bdbfd8 | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Thu Aug 07 13:11:08 2025 -0700 |
committer | Alex Van Damme <atv@google.com> | Thu Aug 07 13:11:08 2025 -0700 |
tree | b422701a3f18e9b6952b018590616839973eacc0 | |
parent | c16307dd69e87ee2c6e3179488ff7aee5d1b2c42 [diff] |
Move debug CSR addresses - Move from 0x31000 -> 0x30800. Change-Id: I90e8955b79d065beb72505ef5e7d409a07bd0c65
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