commit | b10a56f8e6c8dd7f5f97370c42c142476c4c4898 | [log] [tgz] |
---|---|---|
author | Julian Mullings-Black <julianmb@google.com> | Fri Aug 25 00:47:54 2023 +0000 |
committer | Julian Mullings-Black <julianmb@google.com> | Fri Aug 25 19:35:55 2023 +0000 |
tree | 9d3690f22fa4c91ccbf90f0e6a36069cba88de4b | |
parent | 8ed7b045ef01ae8da0b95ff6d2e0e7c40aea1230 [diff] |
Increase the test size to accommodate louhi Fix: 296905741 Change-Id: Ifdc4a02800624842d23fec5e2d8c065e35b713e7
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