spike-sys 0.1.3

Rust bindings for spike
Documentation
  • Coverage
  • 0%
    0 out of 16 items documented0 out of 8 items with examples
  • Size
  • Source code size: 9.21 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.66 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 25s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mohanson

Spike Sys

A Rust FFI binding for executing instructions in spike (https://github.com/riscv-software-src/riscv-isa-sim). It's not a full binding to spike.

$ cargo build

If the build fails, please install the following dependencies

$ sudo apt install device-tree-compiler

$ wget https://apt.llvm.org/llvm.sh
$ chmod +x llvm.sh
$ sudo ./llvm.sh 21 all
$ rm llvm.sh

How to publish it to crates.io

$ cargo publish --no-verify