commit | 6362102c0e4a5c832953d800cd5a333a22b6a066 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Wed Aug 16 18:36:36 2023 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Thu Aug 17 12:13:17 2023 -0700 |
tree | c0b12c824833305e1a409cb8b11032c8a230e365 | |
parent | 27ba5bdbc5cfd039232181307aacbc8327a61322 [diff] |
Add valu_tb SystemC test Add vector op reference implementation and compare the result with chisel Change-Id: Ibbe9a7c2ad0c6752e3b4379c1d141e0bbae376ad
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