commit | c768771b0c273071af8ad2a33e41c406d74613f1 | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Thu Aug 10 13:03:15 2023 -0700 |
committer | Derek Chow <derekjchow@google.com> | Thu Aug 10 15:27:09 2023 -0700 |
tree | 14d917c184801472e5a41235fe4c381560e73f28 | |
parent | cb948462f785478a1f49afbf497b78d430decdcc [diff] |
Add copyright to tests. Change-Id: I8ea41675cf18007cb34aecfa43762a24fabd0d78
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