Remove unused bazel rules

Change-Id: Iacd51082acd2f5014588cdb0e123eaf58f8f77d3
1 file changed
tree: a5c737fecb0904a0a99f3b5d97b30b946d2d293c
  1. external/
  2. hdl/
  3. lib/
  4. rules/
  5. tests/
  6. .bazelrc
  7. .gitignore
  8. README.md
  9. WORKSPACE
README.md

Kelvin

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

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