Add .bazelversion, set to 5.1.1

Change-Id: I3d08ae5b2259799210ad8048220ff032c35a1741
1 file changed
tree: 77c767328e7d329d1afe580eb43d9cce5682d45b
  1. doc/
  2. external/
  3. hdl/
  4. lib/
  5. rules/
  6. tests/
  7. utils/
  8. .bazelrc
  9. .bazelversion
  10. .gitignore
  11. CONTRIBUTING.md
  12. LICENSE
  13. PREUPLOAD.cfg
  14. README.md
  15. WORKSPACE
README.md

Kelvin

Kelvin is a RISC-V32IM core with a custom instruction set.

Kelvin block diagram

More information on the design can be found in the overview.

Building

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 clean --expunge  # To generate the ToT sha
bazel build //hdl/chisel:matcha_kelvin_verilog