commit | 186a88c538515453167681f9e2a0f8b466fb9700 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Thu Aug 10 17:21:58 2023 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Thu Aug 10 17:34:35 2023 -0700 |
tree | 4db165ab9e5d5fba3791783ebc34970c741564aa | |
parent | de8ea11bdf8b8948f0a288a9be121655568758de [diff] |
Turn off host tool build warnings We probably can't fix those warnings from the upstream/generated code. Turn off the warnings to reduce the build warning noise. Change-Id: Ifcc0a09b28bfb858cffd4f553c432768f388fd19
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