| commit | cd235134101d635a1b669276d8dfa2bf5642cad4 | [log] [tgz] |
|---|---|---|
| author | Michael Hoang <hoangm@google.com> | Tue Nov 07 00:09:20 2023 +0000 |
| committer | Michael Hoang <hoangm@google.com> | Thu Nov 09 22:18:01 2023 +0000 |
| tree | 53ddec071c614d3dc1ef896e26cea11042e5b092 | |
| parent | c4fccd7fff7b4828ef06f6977f5247866756192e [diff] |
Initial commit of overview.md - Also clean up some chisel Change-Id: I7bb97991aa36f6cf127092a53c2f7ff661d0e9f0
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