1 unstable release
0.1.0-pre | Dec 21, 2022 |
---|
#1811 in Cryptography
Used in cyclone-msm
14KB
271 lines
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.
lib.rs
:
fpga
Rust traits to interact with FPGAs.
Implemented for AWS F1 FPGAs.
Dependencies
~0.3–1MB
~22K SLoC