commit | 8224aa2f71f97f218b8fe403d929264e2fd5b2f0 | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Mon Mar 11 17:38:51 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Mar 11 17:38:51 2024 +0000 |
tree | 70a828e215e4be32a5ffa4273caef0e05f36ab80 | |
parent | 0b9b61b2828397b601421066da275f3055d90f18 [diff] | |
parent | bc3fd0ab567ae6c1eab1aa12c21e8d5d80c4dd69 [diff] |
Merge "Fixup ecall/mret and associated CSRs"
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