commit | 28abdce2263ad128fa9d7eb35dd4cb07fb30616f | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Mon Jul 29 14:40:37 2024 -0700 |
committer | Alex Van Damme <atv@google.com> | Mon Aug 05 13:28:59 2024 -0700 |
tree | 870f8f25efa19ea4d7452be7af2e18612b0a8c42 | |
parent | 17fc093a745565c1dea8a6720084ed4420bc9116 [diff] |
CoreMini / KelvinMini with 128-bit memory config Change-Id: I813d37358e7c4094c0033db08fcfc1490572a6a0
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