Lines Matching refs:image
9 an image. The API is manufacturer agnostic. All manufacturer specifics are
11 The FPGA image data itself is very manufacturer specific, but for our purposes
24 Load the FPGA from an image which exists as a buffer in memory.
29 Load the FPGA from an image which exists as a file. The image file must be on
61 How to write an image buffer to a supported FPGA
69 /* FPGA image is in this buffer. count is size of the buffer. */
88 How to write an image file to a supported FPGA
96 /* FPGA image is in this file which is in the firmware search path */
97 const char *path = "fpga-image-9.rbf"
107 /* Get the firmware image (path) and load it to the FPGA */
160 The .write_init function will prepare the FPGA to receive the image data.
163 whole FPGA image or may be a smaller chunk of an FPGA image. In the latter
166 The .write_complete function is called after all the image has been written