commit | 6506d565bcefb75cf3a8e42b6c15c02c8d7e5702 | [log] [tgz] |
---|---|---|
author | Stefan Hall <stefanhall@google.com> | Thu Sep 04 11:55:29 2025 -0700 |
committer | Stefan Hall <stefanhall@google.com> | Wed Sep 10 16:33:47 2025 -0700 |
tree | 6c01caafdaa0497ca26b542ea32c2c39243d8652 | |
parent | 7fc2fcc60908cc8b83546db788df43489e7af83f [diff] |
Update ClockGate.sv to support GF22 ClockGate.sv updated to support GF22. Also refactored for readablility. Change-Id: Ie12f006a44abb6da2c2c189997ad8264a9063bb9
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