commit | 7ca5ebaecca1aeeaf7db41f2a3efafca27fdd9fb | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Tue Nov 12 11:27:21 2024 -0800 |
committer | Stefan Hall <stefanhall@google.com> | Wed Nov 20 22:42:03 2024 +0000 |
tree | 896d6d3b9ad6df427d0add037587192818674f3e | |
parent | 18133203e938fcb4f2a48001b0870ec8afc0049f [diff] |
VCS-based CoreMiniAxi simulator Change-Id: I49fbc6de796a44513fb53153ddbd24ba858ab4a0
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