commit | 128b2dbf0af2311844cf41a64bb08909f7231b7f | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Thu Oct 19 12:04:53 2023 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Thu Oct 19 12:32:29 2023 -0700 |
tree | dfa211255819542315d62574427bd4793afc52f4 | |
parent | 7c1ccd51884a09e0a61b55b1680498f001ba2013 [diff] |
Lint cleanup Change-Id: I5f176d3a7e8daadc51b769818bb6724611faa4c3
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 clean --expunge # To generate the ToT sha bazel build //hdl/chisel:matcha_kelvin_verilog