commit | f687cf4fc4cb0ebbafee734a0c0b1d17ed84bd61 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Mon Aug 14 17:29:14 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 14 17:29:14 2023 +0000 |
tree | 9574ca560abfba13b9aaac6a33406302ea9323fd | |
parent | 04060581bad43b80e451010bd39fe52c9986631b [diff] | |
parent | 75b2db8c3438bdafeca2ed82e68fd6981afb4932 [diff] |
Merge changes Ic8198274,I9ff37f51 * changes: Update bazel rule lint Add repo preupload config
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