commit | de8ea11bdf8b8948f0a288a9be121655568758de | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Thu Aug 10 16:48:03 2023 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Thu Aug 10 17:34:26 2023 -0700 |
tree | 42d3874f3c8ff600ba27aeefd0a68f581403a6f5 | |
parent | c768771b0c273071af8ad2a33e41c406d74613f1 [diff] |
Cleanup the build warnings and lint for vld/st test benches Also convert them into cc_tests Change-Id: Ie431bb5dd8b3bf1dac26ab0fe5ed395855f035e3
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 build //hdl/chisel:kelvin_cc_library_emit_verilog