Visible to Intel only — GUID: kja1572024235924
Ixiasoft
4.1. opae_manager_get_eth_group_nums()
4.2. opae_manager_get_eth_group_info()
4.3. opae_manager_eth_group_write_reg()
4.4. opae_manager_eth_group_read_reg()
4.5. opae_manager_get_eth_group_region_info()
4.6. Data Structures for Retiming
4.7. opae_manager_get_retimer_info()
4.8. opae_manager_get_retimer_status()
Visible to Intel only — GUID: kja1572024235924
Ixiasoft
2.4.2.2. opae_manager_flash()
Prototype: |
int opae_manager_flash(struct opae_manager *mgr, int id, void *buf, u32 size, u64 *status); |
Arguments: |
name: A pointer to the opae_manager |
id: An ID. | |
buf: A pointer to a buffer. | |
size: The size of the buffer which is the size of the configuration bitstream. | |
status: The hardware status, including the PR error code when the return value is -EIO. | |
Returns: |
Int. |
Description: |
Store a configuration bitstream for FPGA reconfiguration in flash memory using the opae_manager. The Intel® FPGA PAC N3000 does not support partial reconfiguration (PR). |
Related Defines | None. |