commit | ce92821047238a3dbd73a7c54ece84a6f0266959 | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Fri Jul 25 13:37:58 2025 -0700 |
committer | Derek Chow <derekjchow@google.com> | Fri Jul 25 15:52:13 2025 -0700 |
tree | d5740ec489d7dd8aa1d35461cf1259909ba9d8af | |
parent | bad4bf4990b3fe0fe9d711fdc8b9111ec3403f89 [diff] |
Update tutorial documentation to reflect using cocotb_test_suite. Change-Id: I0e24e15f4f43d1be2f8d7ff57969f5b6fc2a5419
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