commit | 84047bfaef932aaf09753b39e84af52c2d67e3a0 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Thu Oct 19 10:41:20 2023 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Thu Oct 19 11:01:48 2023 -0700 |
tree | 2b8262d14421d58431c8c9f343d569fe4de8b56b | |
parent | fd1a2f46a99fc9b0de26d766eeaf6602f42ec5b8 [diff] |
Add kelvin copyright headers PiperOrigin-RevId: 574926784
This project contains the instruction simulator of Kelvin ML core based on MPACT-Sim and MPACT-RiscV. The simulator supports RISC-V 32im configuration + Kelvin-specific SIMD instructions. Please review ISA Spec for more detail
sim Simulator implementations | ˪ proto Trace dump protobuf definition. | ˪ renode Renode(https://github.com/renode/renode) integration interface | ˪ test Simulated instruction / Framework function unit tests
To build all targets, run
bazel build //...
Specifically, the simulator standalone binary can be built with
bazel build //sim:kelvin_sim