Retrieves the FPGA information.
Retrieves the current FPGA Boot or JTAG Reset Profile.
Configures the FPGA with the specified data in file.
The full path to the file containing the configuration data.
Optional progressCallback: DataProgressCallbackOptional callback that reports the progress of the configuration.
Configures the FPGA with the specified data in file and a reset profile.
The full path to the file containing the configuration data.
Reset Profile to perform after configuration.
Optional progressCallback: DataProgressCallbackOptional callback that reports the progress of the configuration.
Configures the FPGA with the specified data in memory.
The buffer containing the configuration data.
The length of the configuration data in bytes.
Optional progressCallback: DataProgressCallbackOptional callback that reports the progress of the configuration.
Configures the FPGA with the specified data in memory and a reset profile.
The buffer containing the configuration data.
The length of the configuration data in bytes.
Reset Profile to perform after configuration.
Optional progressCallback: DataProgressCallbackOptional callback that reports the progress of the configuration.
Sets the FPGA Boot or JTAG Reset Profile.
The configuration method to set the reset profile for.
The Reset Profile to set.
Interface that provides the methods that may be used to configure the FPGA on a device.