commit | 10260f20a52f9bc2c77ab020771fd6298513bddd | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Fri Feb 02 13:14:49 2024 -0800 |
committer | Derek Chow <derekjchow@google.com> | Wed Feb 21 14:00:01 2024 -0800 |
tree | 9adf1e0ef82efd004b015ccd40beea03f6684a4a | |
parent | 38c110b0fc684b2157655983c17af5952a94d5a8 [diff] |
Add scalar FPU. Change-Id: Ibafa30b116a14bdebd04a38a350b96724e0ca22b
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