commit | 7c162368e877629a2d888886ca4a4578d223b574 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Fri Oct 20 19:53:43 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Oct 20 19:53:43 2023 +0000 |
tree | bb822f63b3238eeb256dda37a1260d59f5e48155 | |
parent | 785139588bc2b362aa211117c4eea52b02a2ac6a [diff] | |
parent | e7e931fb12ad249fd2c6fb44545626a6b4ddd220 [diff] |
Merge "OSS copyright header cleanup"
Kelvin is a RISC-V32IM core with a custom instruction set.
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