commit | eac6f0b3bfa3eefc20a630efe7519e6492447cf7 | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Tue Feb 13 11:23:24 2024 -0800 |
committer | Alex Van Damme <atv@google.com> | Tue Feb 13 11:23:36 2024 -0800 |
tree | 9adc058c81fe97560ac2be4bd03e4218d859841d | |
parent | 13442321c50157d3a12c69af4b01a30bf6cfa42f [diff] |
Add antlr4-runtime (chiseltest runtime dep) Change-Id: I1c6d66febf42d94d24672a93b137d4f423a4c9bf
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