commit | 458cac81b3e4597af571b491f22d3c346e4327dc | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Thu Jan 11 15:44:22 2024 -0800 |
committer | Alex Van Damme <atv@google.com> | Tue Jan 30 14:12:03 2024 -0800 |
tree | 36370425e1d045efccc327d4912a8f260fb2255a | |
parent | f49212f10d46aa0f681c2ed407eeed8f33889274 [diff] |
Add minstret CSR - Track proxy signals for instructions retiring, and use these to populate the value of the minstret register. Change-Id: Idfe9046d17520463c27c5214e0e8d045eba8ea13
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