Crate cyclone_fpga

Source
Expand description

§fpga

Rust traits to interact with FPGAs.

Implemented for AWS F1 FPGAs.

Re-exports§

pub use align::Aligned;
pub use f1::F1;
pub use null::Null;

Modules§

align
f1
null

Structs§

Stream
Streaming writes to an FPGA.

Enums§

Error

Traits§

Backoff
App-specific backoff mechanism used in streaming.
Flush
Flush communications
ReadWrite
Index-based read/writes to an FPGA.
Streamable
Marker trait for FPGAs supporting streaming writes.
Write
Index-based writes to an FPGA.

Type Aliases§

Result