commit | 03c7e2c4dbbe39662629159c15f7bafccd35a445 | [log] [tgz] |
---|---|---|
author | Shodan Team <no-reply@google.com> | Fri Oct 27 04:20:43 2023 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Fri Oct 27 10:30:13 2023 -0700 |
tree | 13dcc6ff0285bf4dae6022fe004b02459dedb4e0 | |
parent | 84047bfaef932aaf09753b39e84af52c2d67e3a0 [diff] |
No public description PiperOrigin-RevId: 577153631
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