pub struct ECP5 { /* private fields */ }
Expand description

ECP5 FPGA manager

Implementations

Read current status register content.

Program the ECP5 configuration SRAM with the bitstream in data.

The ECP5 will be reset and start configuration after programming completion.

Program the ECP5 configuration SRAM with the bitstream in data.

The ECP5 will be reset and start configuration after programming completion.

A progress bar is drawn to the terminal during programming.

Program the ECP5 configuration SRAM with the bitstream in data.

The ECP5 will be reset and start configuration after programming completion.

The callback cb is called with the number of bytes programmed so far.

Send the LSC_REFRESH command, triggering a reload of configuration.

This is equivalent to toggling the PROGRAMN pin.

Place ECP5 into flash pass-through mode. The current SRAM contents are cleared.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.