commit | aaf3e5456ee29ec15835a4a7b79b5771845b5d91 | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Tue Dec 12 01:45:32 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 12 01:45:32 2023 +0000 |
tree | b830b9a1e6e0c4a87aaecfa1bd884aee4e051926 | |
parent | a1237c941b5699bfb3055206213bd3f11c27f3a4 [diff] | |
parent | 3647fc44cfe127ad0053e9240b662ee1d4439077 [diff] |
Merge "Add .bazelversion, set to 5.1.1"
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