commit | 3db290a3797750bac4f4c1c829e94a3487d92f9c | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Mon May 06 10:41:50 2024 -0700 |
committer | Derek Chow <derekjchow@google.com> | Mon May 06 10:45:29 2024 -0700 |
tree | b68f13833af24f6786c2d8546fb734b6a8003c09 | |
parent | 907eafd7c2e01cba545c1bd67575b60143c18b09 [diff] |
Add utility function to convert integers to Fp32. Change-Id: I473f86c3db8e25868f5ab121623032b7b3359241
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