vpi 0.1.1

Safe and ergonomic Rust bindings to the Verilog and SystemVerilog VPI C API for writing VPI applications in Rust.
Documentation

Safe and ergonomic wrappers for selected Verilog VPI APIs.

Features

Feature Description
sv Enables SystemVerilog VPI extensions (types, callbacks, and properties defined in IEEE 1800).
bigint Enables conversion between [ScalarValue] slices and arbitrary-precision integers using [num_bigint::BigInt] and [num_bigint::BigUint].