commit | 614cab9bb4a2d9e85adf1f516d808714607b7f33 | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Wed Jul 03 13:08:02 2024 -0700 |
committer | Derek Chow <derekjchow@google.com> | Mon Jul 08 12:51:07 2024 -0700 |
tree | 6625f85d64ab5adc19558a4c586477551a99d348 | |
parent | 7745f43f536c82747d632568ddec232cc9590039 [diff] |
Add option to generate Kelvin-scalar version of Matcha subsystem. Change-Id: I1391820c4dc0aac4f92b779ea1fe800b73856dd0
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: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