commit | 6b227b37be874c40179317342d3559d98bb7e655 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Mon Aug 14 22:16:04 2023 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Mon Aug 14 22:16:04 2023 -0700 |
tree | ae4dbd3aa8b7643aa2485381329cec4eb96fba4c | |
parent | f687cf4fc4cb0ebbafee734a0c0b1d17ed84bd61 [diff] |
Update systemc library build file Remove TODO and specify the cmake build target Change-Id: Iaff5dfafe695d721ca082db96e205aca6cdfec01
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