commit | 4c73b7dfbb2fb4108eeaa62e260b46c434778852 | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Tue Feb 11 13:30:09 2025 -0800 |
committer | Alex Van Damme <atv@google.com> | Tue Feb 11 14:35:42 2025 -0800 |
tree | 6efb3249309909dbf44cb910d778b6cb4ee4dea6 | |
parent | 0533c27ff53b295394fbd3c02d99fe3117bfca47 [diff] |
Add data field for verilator_cocotb_test. Change-Id: I36a243c000e9a582f6c0dbb1644d2a804e130de6
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