commit | 0051302ec731178241cdd6292db2772e9046e85d | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Thu Oct 24 10:12:52 2024 -0700 |
committer | Derek Chow <derekjchow@google.com> | Thu Oct 24 10:12:52 2024 -0700 |
tree | 9218a454bcbd650deda87c798b6bd31431c4e89e | |
parent | 0674a809bcb5896c3973b794a3deeb4711d0f798 [diff] |
Set CMAKE_INSTALL_LIBDIR in systemc build systemc will build into lib64 in Rocky 8. Change-Id: I1f948448b55d33976b0c658216368f7543f442f0
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