commit | 3647fc44cfe127ad0053e9240b662ee1d4439077 | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Mon Dec 11 17:44:45 2023 -0800 |
committer | Alex Van Damme <atv@google.com> | Mon Dec 11 17:44:45 2023 -0800 |
tree | 77c767328e7d329d1afe580eb43d9cce5682d45b | |
parent | df9480e9457b450bf701b3763b826b98fdeb1bf5 [diff] |
Add .bazelversion, set to 5.1.1 Change-Id: I3d08ae5b2259799210ad8048220ff032c35a1741
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