vpi-sys 0.1.2

Low-level FFI bindings to the Verilog and SystemVerilog VPI C API, generated with bindgen. This crate is not intended for direct use; use the safe `vpi` crate instead.
Documentation

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 vpi crate.
  • Most users should depend on vpi instead of using vpi-sys directly.

Feature

  • sv: Include SystemVerilog VPI extensions.