#fpga #hardware #verilog #env-var #header-file

sys rust-hdl-ok-frontpanel-sys

OpalKelly FrontPanel library wrapper for the RustHDL crate

21 releases (13 breaking)

0.46.0 Jul 2, 2023
0.44.2 Mar 25, 2023
0.11.1 Dec 2, 2022
0.8.6 Sep 15, 2022
0.2.0 Nov 30, 2021

#1460 in Hardware support

Download history 15/week @ 2024-02-26 339/week @ 2024-03-04 24/week @ 2024-03-11 23/week @ 2024-03-18

401 downloads per month
Used in 4 crates (3 directly)

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