commit | 0bfa37b1127ff915bbec0ce2f938845f5948e7b2 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Wed Oct 25 15:12:34 2023 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Mon Oct 30 12:02:12 2023 -0700 |
tree | df89d28cd5321d49c89c66bb5b19a37b51552e34 | |
parent | 7c162368e877629a2d888886ca4a4578d223b574 [diff] |
Update the matcha_kelvin_verilog genrule to add OSS header Change-Id: I9c1af4ad870723b41677dd636475125b10bdb485
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