commit | 7ae25a0efcd83b20158aa17a70b7e366456b8981 | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Thu Jan 11 13:10:51 2024 -0800 |
committer | Derek Chow <derekjchow@google.com> | Mon Jan 22 18:25:46 2024 -0800 |
tree | 2211968a149ee94aa1934b2fa53661a0a247b6f8 | |
parent | 80f5327d32e339afba7c05bdbb5a15f34dad8053 [diff] |
Basic fp32 data type. Change-Id: Iaeb301e78b95987ce5a5548ed5844be0c01340cb
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