commit | 5cd19795aa8487d4f106293b6d01f32903bf8840 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Fri Aug 11 14:43:42 2023 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Fri Aug 11 21:45:07 2023 +0000 |
tree | 33c0e7c33c353fe6f465226691cb1b871fa2dc2b | |
parent | 186a88c538515453167681f9e2a0f8b466fb9700 [diff] |
Add copyright header to chisel scalar code Change-Id: I8ea6feac09541a5f781d0dd02b2c3174c21fad29
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