commit | 7eb4dec16585041a9e44cef6820d8a8528c34d41 | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Wed Aug 27 20:39:44 2025 -0700 |
committer | Derek Chow <derekjchow@google.com> | Tue Sep 02 14:36:18 2025 -0700 |
tree | 60891e1113a31c7fe0b194ee3ad6006c63cc9678 | |
parent | 296d738bd7a11f16664b4f5912a74c527b633b96 [diff] |
Add SvGenerationUtils. Useful functions for interfacing Chisel with SV. Change-Id: I6f08996d4017f38864eada9a34f6169525a58ecc
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