commit | 5d370acbcc71078865185331dea6ade495b14840 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Wed Aug 16 17:14:06 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 16 17:14:06 2023 +0000 |
tree | 7879444f683ee697e40e54d04639697b51ba23a4 | |
parent | ddb410a324aebd9b3279d7938cf1a6132e5f2bc3 [diff] | |
parent | 6b227b37be874c40179317342d3559d98bb7e655 [diff] |
Merge "Update systemc library build file"
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