commit | fd1a2f46a99fc9b0de26d766eeaf6602f42ec5b8 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Thu Oct 19 10:39:48 2023 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Thu Oct 19 11:01:29 2023 -0700 |
tree | ffb870b2594ffa5b54805f78b29bb922208af505 | |
parent | d35ba0f2f94a553cf91afe79d53edf0014bebdc4 [diff] |
No public description PiperOrigin-RevId: 574926211
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