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 Create a wrapper.h header and put all IEEE 1800 defs in the crate root 2023-11-25 10:15:18 -05:00
lib Create a wrapper.h header and put all IEEE 1800 defs in the crate root 2023-11-25 10:15:18 -05:00
.gitignore Initial commit 2023-11-24 20:13:31 -05:00
build.rs Fix C defines to be mapped to signed integers 2023-11-30 12:04:50 -05:00
Cargo.lock Create a wrapper.h header and put all IEEE 1800 defs in the crate root 2023-11-25 10:15:18 -05:00
Cargo.toml Fix C defines to be mapped to signed integers 2023-11-30 12:04:50 -05:00
README.md Create a wrapper.h header and put all IEEE 1800 defs in the crate root 2023-11-25 10:15:18 -05:00

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.