commit | 7b62421ae7205a0f9170874c530fceb52a905d3a | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Tue Oct 29 17:02:52 2024 -0700 |
committer | Alex Van Damme <atv@google.com> | Wed Oct 30 13:21:38 2024 -0700 |
tree | 2050e174858c19f160f7bd7eb7f994ac7a328332 | |
parent | b873bcc4b399d73f657016cfac4022a9209159c0 [diff] |
Add denser SRAM macros - Add 512x128 and 2048x128 SRAMs -- and modify SramNx128 to use the largest SRAMs that cleanly divide the total size. Change-Id: If0652775023b69d438d3011b57fe8d0370288fad
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