commit | 73f9f6974ac428c65a947d667a8b0d336599d30a | [log] [tgz] |
---|---|---|
author | Stefan Hall <stefanhall@google.com> | Thu Mar 07 14:38:54 2024 -0800 |
committer | Stefan Hall <stefanhall@google.com> | Mon Apr 01 15:48:24 2024 -0700 |
tree | c2317171ca9b5ada63e744f675aaf0fa201543bc | |
parent | bfeb649ed2dad4994e3d30bcdb9aaab69afee699 [diff] |
Add Arbiter to scalar core Add arbiter to scalar core. Initially will arbitrate MLU and DVU Change-Id: I22f2e219c5bbc75ed7db60d725910ce399db661e
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