commit | 5d2051a74088bb0d2a42c6deddf1c379c42f95b6 | [log] [tgz] |
---|---|---|
author | Matthew Wilson <mwilson@google.com> | Thu Feb 13 14:32:32 2025 -0800 |
committer | Matthew Wilson <mwilson@google.com> | Fri Feb 14 09:15:30 2025 -0800 |
tree | dfcd9b2f9f2717cefd8bd747d922a67f34d270df | |
parent | 28d492f5fa8009dea15afad09068270571581fe4 [diff] |
run buildifier on test/vcs_sim/BUILD Change-Id: I6f67ea5ce1e606fcd0cfee9f6c370decc94fec41
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