commit | ad06e608457314153142962ee5a0b6352ce61e37 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Thu Aug 10 02:21:25 2023 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Thu Aug 10 13:56:29 2023 -0700 |
tree | 76dff6663ec0b58e5eacf8bc3f2920de5189bcd2 | |
parent | 9a2e8c270c6e6ff1f004c91e8705329e5a2f4fd0 [diff] |
Fix core_tb c++ build warnings * Remove unused variables * Fix print format specifiers * Fix constructor initialization order * Fix wrong argument * Update .blazerc to include the commonly disabled warnings Change-Id: I1189e90b5aa5aff507c144cc353a2261c348db36
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