# cyclone-fpga
Rust bindings to interact with FPGAs.
Implemented for AWS F1 and a Null instance.
`f1-sys` consists of `bindgen` bindings of the `fpga_libs`
from the directory `sdk/userspace` of the [aws/aws-fpga][aws-fpga] repo,
which are included in `sys/c/upstream` to avoid git submodules.
Disable the default feature to build without C bindings; this offers
an `fpga::Null` device.
[aws-fpga]: https://github.com/aws/aws-fpga/tree/master/sdk/userspace/
#### License
`aws-fpga` is licensed under Apache 2.0.
These bindings are licensed under either of Apache License, Version
2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.