Crates.io | svdpi |
lib.rs | svdpi |
version | 0.0.2 |
source | src |
created_at | 2024-08-23 06:58:57.049839 |
updated_at | 2024-11-09 13:25:35.22419 |
description | Rust bindings for SystemVerilog DPI and VPI |
homepage | |
repository | https://github.com/FanShupei/svdpi-rs |
max_upload_size | |
id | 1348734 |
size | 91,256 |
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.
Features are developed as needed. Feature requests and PRs are welcomed.
svdpi.h
raw bindings lives in sys::dpi
.
svvpi.h
raw bindings lives in sys::vpi
.