rust_hdl_lib_ok_frontpanel_sys 0.44.0

OpalKelly FrontPanel library wrapper for the RustHDL crate.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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

```shell
export DYLD_FALLBACK_LIBRARY_PATH=$OK_FRONTPANEL_DIR
```

Then the usual `cargo build` and `cargo test` should work.