cyclone-fpga

Crates.iocyclone-fpga
lib.rscyclone-fpga
version0.1.0-pre
sourcesrc
created_at2022-12-21 13:39:09.146232
updated_at2022-12-21 13:39:09.146232
descriptionFPGA driver
homepagehttps://jumpcrypto.com
repositoryhttps://github.com/jumpcrypto/cyclone
max_upload_size
id743178
size13,561
Nicolas Stalder (nickray)

documentation

https://docs.rs/cyclone-fpga

README

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 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.

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.
Commit count: 18

cargo fmt