commit | cd84f01317f602f27355c77ecbc3b557e484b15a | [log] [tgz] |
---|---|---|
author | David Gao <davidgao@google.com> | Fri Sep 19 18:39:59 2025 +0000 |
committer | David Gao <davidgao@google.com> | Fri Sep 19 21:02:19 2025 +0000 |
tree | e458cc5afff58aaae2ad0bf377abaf4a34724ff5 | |
parent | f906d354f860f5e044a78598292a61a3e2fcf440 [diff] |
Add load16/32_index8 tests Change-Id: Iaf0ce97e1c4f580d9541aa7c976b8f3e566a21f9
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