commit | 50085e15f519a0ca9e46106405b6b74a336438bc | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Fri Aug 18 02:43:20 2023 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Fri Aug 18 02:52:50 2023 -0700 |
tree | 141d24c8bec9b6bf05330f373a4c749f3d0eb009 | |
parent | 6362102c0e4a5c832953d800cd5a333a22b6a066 [diff] |
Add matcha_kelvin_verilog target Generate the kelvin.v matches the format of the checked-in version in hw/matcha Change-Id: I460b3e0733e32dbd70f75041a7772c75f492bc98
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