commit | 8c6e387b729541bc769e4e8e38b5721c5e5f42bc | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Tue Jan 23 16:43:37 2024 -0800 |
committer | Alex Van Damme <atv@google.com> | Fri Jan 26 17:43:37 2024 +0000 |
tree | 6fae0103627b84fbef020811ccd95b9df24b0f1b | |
parent | 8df838d303cf7d9c1411822d843bec9e942ad965 [diff] |
fusesoc files for Crossbar - Add a fusesoc core and build rules to allow exporting Crossbar through the build system. Change-Id: Ie754a62333d6762dfb26e22137b6c8c93f0124fc
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