commit | 2d1a49b11ffa87f861cfb6286a1f283564e5532d | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Mon Aug 14 18:03:47 2023 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Mon Aug 14 18:03:47 2023 -0700 |
tree | 5027a2d7de84f0043d4d3ba6c66f603e5d654cf5 | |
parent | f687cf4fc4cb0ebbafee734a0c0b1d17ed84bd61 [diff] |
Convert more cc_binary to cc_test Add test size attribute to the targets Change-Id: I08fc2dadd37dcf710218e0f2bfbed81ce96d175d
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