commit | 66381780b1db07a21c7c355670d5c515a237436e | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Thu Jan 11 14:10:55 2024 -0800 |
committer | Alex Van Damme <atv@google.com> | Thu Jan 11 14:16:49 2024 -0800 |
tree | d82bd4276d068d8c5265645f53e08c92b5729bec | |
parent | 8cd1d5a70348c16200cb0b7a7935e18be6249a1d [diff] |
No public description PiperOrigin-RevId: 597650655
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