| commit | 75b2db8c3438bdafeca2ed82e68fd6981afb4932 | [log] [tgz] |
|---|---|---|
| author | Cindy Liu <hcindyl@google.com> | Sat Aug 12 17:04:22 2023 -0700 |
| committer | Cindy Liu <hcindyl@google.com> | Sat Aug 12 17:04:22 2023 -0700 |
| tree | eabc4d86a6c402492863c45911eb58c7ee4d2812 | |
| parent | 0caef678b34ca2a23e02e3d3c04ffa38425b93e1 [diff] |
Update bazel rule lint Change-Id: Ic8198274a3692ddb71fd2f655ad7ec1ccc7bcfa5
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