insekt / xillybus

Utility to write and read data to/from FPGA over Xillybus Lite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xillybus

Python lib to write and read data to/from FPGA registers over Xillybus Lite

Compatible with versions 2 and 3

Based on http://xillybus.com/xillybus-lite

Example:

#!/usr/bin/python3
import xillybus

bus=xillybus.Xillybus('/dev/uio0')
bus.read_byte(0x04)
print(hex(val))

Based on plmem utility

About

Utility to write and read data to/from FPGA over Xillybus Lite


Languages

Language:C 49.9%Language:Python 47.9%Language:Makefile 2.2%