commit | 32e0b831bf48203726be9c7a9e420dd199e80134 | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Thu Aug 10 10:44:42 2023 -0700 |
committer | Derek Chow <derekjchow@google.com> | Thu Aug 10 12:19:32 2023 -0700 |
tree | 5d56083d3abbb41271626c388011e8ae0d9f2140 | |
parent | 5dfe4928bb48baacdf60c34470e5dba354311964 [diff] |
Add Kelvin matcha, and sync hdl to have voltage control support. BUG=295339170 Change-Id: I7cf14c5cbf4dfe868c6eb759a028ee1315900746
Kelvin is a RISC-V32IM core with a custom instruction set.
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 build //hdl/chisel:kelvin_cc_library_emit_verilog