commit | 13442321c50157d3a12c69af4b01a30bf6cfa42f | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Fri Jan 26 17:37:09 2024 -0800 |
committer | Derek Chow <derekjchow@google.com> | Mon Feb 12 14:44:19 2024 -0800 |
tree | 058877635ff7c51394fa613bed271c68727e420c | |
parent | e16fda048ba52512dd9b92c0a4b24e6b0055b8ad [diff] |
More Kelvin clean ups. Change-Id: Iedda0ea86791bf5e0195afcaa1e105961160166d
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