commit | b361cf7e29cde0ea7cdec10141e0398c4f8594ec | [log] [tgz] |
---|---|---|
author | Shodan Team <no-reply@google.com> | Thu Jan 18 23:55:41 2024 -0800 |
committer | Alex Van Damme <atv@google.com> | Mon Jan 22 13:56:10 2024 -0800 |
tree | 6d8c1023faf48bc088bc1f3bfd3afd49672b5da5 | |
parent | 929d9eb1d6e384b5a6864871d09cb09034dd4f2e [diff] |
No public description PiperOrigin-RevId: 599743132
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