No description
Find a file
John Jekel 0398d1994a Fix C defines to be mapped to signed integers
This fixes having to use "as i32" all over the place because Bindgen
erroneously thought that the defines should be interpreted as unsigned.
2023-11-30 12:04:50 -05:00
include
lib
.gitignore
build.rs Fix C defines to be mapped to signed integers 2023-11-30 12:04:50 -05:00
Cargo.lock
Cargo.toml Fix C defines to be mapped to signed integers 2023-11-30 12:04:50 -05:00
README.md

sv-bindings

Raw FFI bindings for the SystemVerilog DPI, PLI, and VPI interfaces (IEEE 1800).

TODO better readme with examples

If there is enough interest in this crate, and others wish to contribute, I can move the repo to GitHub or Gitlab.