vpi-sys
Low-level FFI bindings to the Verilog/SystemVerilog VPI C API.
Bindings are generated with bindgen and map the C API directly.
Notes
- This crate is intended as an internal foundation for the safe
vpicrate. - Most users should depend on
vpiinstead of usingvpi-sysdirectly.
Feature
sv: Include SystemVerilog VPI extensions.