commit | 003c90afcf30c17cfcbfa35041ecced1d6347067 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Fri Aug 18 03:59:42 2023 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Fri Aug 18 04:08:11 2023 -0700 |
tree | 3c6a7210dc10f37a7321ab57180050b9cdd738d8 | |
parent | 6362102c0e4a5c832953d800cd5a333a22b6a066 [diff] |
Add valuint_tb cc_test target Change-Id: I893f3929cec9f62d1acf99ed9f10dfbd45d4e038
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