commit | 0b9b61b2828397b601421066da275f3055d90f18 | [log] [tgz] |
---|---|---|
author | Stefan Hall <stefanhall@google.com> | Wed Mar 06 16:35:59 2024 -0800 |
committer | Stefan Hall <stefanhall@google.com> | Wed Mar 06 18:08:08 2024 -0800 |
tree | 441a2a01165a23d16b78df4fd5edc687e390f525 | |
parent | f886ceb27a83758b9ba0033339f14ee346856812 [diff] |
Kelvin MluTest Added Add basic MLU test to provide some test coverage for mlu Change-Id: I9c27012a626ce4a7a383ac2cb5bad65764845506
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