commit | 629ab50eb903d387c4f2a1f6e29918fab6de011e | [log] [tgz] |
---|---|---|
author | Shodan Team <no-reply@google.com> | Wed Dec 27 23:18:08 2023 -0800 |
committer | Alex Van Damme <atv@google.com> | Mon Jan 08 15:25:58 2024 -0800 |
tree | 19f912b6cefad7789a1d4e9702da6cb42da2aefd | |
parent | 568b7070dcdc8e13ebcb8aca2ff5c9d648f29072 [diff] |
No public description PiperOrigin-RevId: 594178312
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