commit | 6ccb6c2e1a275d48160c5ae942fc288b148fe378 | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Thu Mar 28 08:26:16 2024 +0000 |
committer | Alex Van Damme <atv@google.com> | Mon Jun 03 18:05:15 2024 +0000 |
tree | a1fc08b2892e511be434da771013fbba99c1a7c1 | |
parent | 2ff5c9a78be268341297f74961ceeb9c7ddca3a7 [diff] |
Convert FIFOs to use initialized registers for memory Change-Id: I4e4fdd5b12631c0c686fb775275c421da998940a Bug: 337312097
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