xvc-server-debugbridge-0.1.0 is not a library.
XVC Server for the AMD Debug Bridge
Linux-specific backend implementations of the XVC (Xilinx Virtual Cable) server for AMD Debug Bridges.
Features
- Command-line Binary: Ready-to-use server executable
- Multiple Backends:
- Ioctl Driver: Kernel driver communication via ioctl syscalls
- UIO Driver: Userspace I/O for memory-mapped FPGA interfaces
Usage
This crate provides a command-line server binary:
# Automatically select the right driver
# Start using the kernel driver
# Start using the UIO driver
See xvc-bridge --help for all available options.
Environment Variables
RUST_LOG: configure log levels (e.g.,RUST_LOG=debug)
Example:
RUST_LOG=debug
See Also
- xvc-server - Core protocol implementation
- xvc-protocol - Protocol encoding/decoding
- Xilinx Virtual Cable - Official XVC specification
- Debug Bridge in Vivado - Debug Bridge documentation