Clears the FPGA configuration.
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.
OptionalprogressCallback: 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.
OptionalprogressCallback: DataProgressCallbackOptional callback that reports the progress of the configuration.
Configures the FPGA with the specified data in memory.
The configuration data. The transfer length is determined by the buffer's byte length. The buffer must not be modified or detached until the returned Promise settles.
OptionalprogressCallback: DataProgressCallbackOptional callback that reports the progress of the configuration.
Configures the FPGA with the specified data in memory and a reset profile.
The configuration data. The transfer length is determined by the buffer's byte length. The buffer must not be modified or detached until the returned Promise settles.
Reset Profile to perform after configuration.
OptionalprogressCallback: 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.