commit | e16fda048ba52512dd9b92c0a4b24e6b0055b8ad | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Thu Jan 25 16:53:20 2024 -0800 |
committer | Derek Chow <derekjchow@google.com> | Wed Jan 31 21:03:03 2024 +0000 |
tree | 63ab7770eb6e59b3cec0853b995e7fc2b75dbda3 | |
parent | 458cac81b3e4597af571b491f22d3c346e4327dc [diff] |
FMA in FPU. Change-Id: I36c27f7f80f7b11cbddb67e58471421143666e6e
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