Crates.io | cyclone-fpga |
lib.rs | cyclone-fpga |
version | 0.1.0-pre |
source | src |
created_at | 2022-12-21 13:39:09.146232 |
updated_at | 2022-12-21 13:39:09.146232 |
description | FPGA driver |
homepage | https://jumpcrypto.com |
repository | https://github.com/jumpcrypto/cyclone |
max_upload_size | |
id | 743178 |
size | 13,561 |
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.