commit | 0959e5392846ee5ed9da1705d2a65343c14cdef5 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Thu Oct 19 11:45:06 2023 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Thu Oct 19 12:35:06 2023 -0700 |
tree | 16be06a81e87528aa5840ed90bc55716cb318507 | |
parent | 128b2dbf0af2311844cf41a64bb08909f7231b7f [diff] |
OSS cleanup Add LICENSE, contributing doc, copyright headers. Bug: 306427497 Change-Id: I085e4d8b33106c02f3a9b8ce5f62fe0bb7761bbf
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