commit | 8df838d303cf7d9c1411822d843bec9e942ad965 | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Mon Jan 22 16:00:44 2024 -0800 |
committer | Derek Chow <derekjchow@google.com> | Wed Jan 24 13:29:38 2024 -0800 |
tree | bc8def201c1a3d66011de415ff3af0de000739e3 | |
parent | 3d8beb36c6c33adae2e93fc5d3fa918e1ac6b46d [diff] |
FPU Multiply operation. Change-Id: I0355ec74ae2773794bcfbda183d4939f8f5b2bc6
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