svdpi

Crates.iosvdpi
lib.rssvdpi
version0.0.2
sourcesrc
created_at2024-08-23 06:58:57.049839
updated_at2024-11-09 13:25:35.22419
descriptionRust bindings for SystemVerilog DPI and VPI
homepage
repositoryhttps://github.com/FanShupei/svdpi-rs
max_upload_size
id1348734
size91,256
Fan Shupei (FanShupei)

documentation

README

Svdpi

Rust bindings for Systemverilog DPI and VPI.

WARNING: The development is at very early stage. Features are incomplete and No stability is promised.

Currently main users are t1 and chisel-nix.

High Level Bindings

Features are developed as needed. Feature requests and PRs are welcomed.

Low Level Bindings

svdpi.h raw bindings lives in sys::dpi.

svvpi.h raw bindings lives in sys::vpi.

Commit count: 6

cargo fmt