commit | d975a86e6475233bf6091368666bc5cdabe8a8c7 | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Wed Jan 24 11:18:44 2024 -0800 |
committer | Derek Chow <derekjchow@google.com> | Tue Feb 13 13:20:32 2024 -0800 |
tree | ff59162eb9506c30292a350debc353381c51a20d | |
parent | eac6f0b3bfa3eefc20a630efe7519e6492447cf7 [diff] |
Add floating point regfile. Change-Id: Id1a262ad13cca7aaa6d9fdf6bc741378ef6a208e
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