commit | 9bdb4998c82ab859b51d6781c80a30fd60af3342 | [log] [tgz] |
---|---|---|
author | Michael Hoang <hoangm@google.com> | Thu Feb 29 22:25:14 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 29 22:25:14 2024 +0000 |
tree | d4bd3b89fff5850bcba4fe94dfbcc78a87cdfcaf | |
parent | f241813f4c0fe1a4f807cffc2c338c51b8af3718 [diff] | |
parent | af1a11d90135755adee0a6217467dd03bb56a1d1 [diff] |
Merge "Add debug_req and matcha parameters"
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