#fpga #verilog #hardware

sys rust_hdl_lib_ok_frontpanel_sys

OpalKelly FrontPanel library wrapper for the RustHDL crate

1 unstable release

0.44.0 Feb 28, 2023

#1792 in Hardware support

35 downloads per month
Used in rust_hdl_lib_ok_core

MIT license

11KB
255 lines

Quickstart

Set the OK_FRONTPANEL_DIR environment variable to point to the FrontPanel/API directory. This should be the location of the okFrontPanel.h header file.

Mac OS X

Set the DYLD_FALLBACK_LIBRARY_PATH environment variable to point to the same directory. You can do

export DYLD_FALLBACK_LIBRARY_PATH=$OK_FRONTPANEL_DIR

Then the usual cargo build and cargo test should work.

Dependencies

~0–1.8MB
~36K SLoC