| commit | 0caef678b34ca2a23e02e3d3c04ffa38425b93e1 | [log] [tgz] |
|---|---|---|
| author | Cindy Liu <hcindyl@google.com> | Sat Aug 12 16:56:33 2023 -0700 |
| committer | Cindy Liu <hcindyl@google.com> | Sat Aug 12 16:56:33 2023 -0700 |
| tree | 6da9d900e57ecf81ba71259aa2a394d4bdc01183 | |
| parent | 186a88c538515453167681f9e2a0f8b466fb9700 [diff] |
Add repo preupload config Enable buildifier on top of the default lint Change-Id: I9ff37f51e1838b7642b636be7071bccb808c625d
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