commit | c8cc22eb33c79d38ff6b1afd2b3b619b0e09e6e4 | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Tue Nov 26 12:41:12 2024 -0800 |
committer | Derek Chow <derekjchow@google.com> | Tue Nov 26 15:41:38 2024 -0800 |
tree | 784e9ef8f7f556e008b870014a27d3c906316139 | |
parent | 118fe402685622520f5a54760776e8f5553abcc8 [diff] |
Add include guards for svh files and fix errors. - Use ";" in structs and unions - Re-order types - Fix some duplicate encoding names. - Clean up some whitespace issues. Change-Id: I940b8e527314568542eb01e1a8f58da7d72bbe8c
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