python-fpga-interchange icon indicating copy to clipboard operation
python-fpga-interchange copied to clipboard

Add interchange helper script for REPL mode

Open kboronski-ant opened this issue 3 years ago • 0 comments

A small script providing useful features when using python in REPL mode to explore interchange device data.

Usage:

export FPGA_INTERCHANGE_SCHEMA_PATH=/path/to/interchange/schema/repository
python3 -i interchange.py /path/to/device/file
> # run your commandsd

The scripts loads the device, assigns it to the `device` variable in global scope and creates some useful functions for navigating through the device.

kboronski-ant avatar Jul 28 '22 18:07 kboronski-ant