commit | 7bf664ed941dafd2d2f025b46c72955bdb6877e8 | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Tue May 28 16:30:57 2024 -0700 |
committer | Derek Chow <derekjchow@google.com> | Tue May 28 16:30:57 2024 -0700 |
tree | 5fd6e66fac89ba1900316936feb7f222b47c68d3 | |
parent | 2ff5c9a78be268341297f74961ceeb9c7ddca3a7 [diff] |
Fix broken bazel build target in README.md Change-Id: I86d3af89e471d042b953d3ba5c91419ff18ada13
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/src/kelvin: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