vpi-sys 0.2.1

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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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.