commit | ddb410a324aebd9b3279d7938cf1a6132e5f2bc3 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Mon Aug 14 18:28:44 2023 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Tue Aug 15 18:15:21 2023 -0700 |
tree | a0c7f53f2f132522a1f1650737725079b057b211 | |
parent | 2d1a49b11ffa87f861cfb6286a1f283564e5532d [diff] |
Fix l1dcache_tb build warning Also convert the target into a cc_test Change-Id: I5aebdb147e7484c42c894e9fad9ac26b5a85b1e4
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