Thank you for replying @BoonBengT_Altera ,
I have just returned from vacation. This issue has not been resolved. The documentation you linked does not cover what I asked for.
I'm aware of the CRC_ERROR pin, as mentioned in the post above. I've confirmed the N520 board has hardware reading this pin, the only part left is intel's host code. I'm asking specifically about a function in intel's host code library for HLS development, noted below:
clSetDeviceExceptionCallbackIntelFPGA(
cl_uint num_devices,
const cl_device_id * devices,
CL_EXCEPTION_TYPE_INTEL listen_mask,
void (CL_CALLBACK * pfn_exception_notify)(
CL_EXCEPTION_TYPE_INTEL exception_type,
const void * private_info,
size_t cb,
void * user_data),
void * user_data);
This function can be found in the header file at the following path:
.../intelFPGA_pro/21.4.0/hld/host/include/CL/cl_ext_intelfpga.h
I am looking for documentation on this specific function. Searching on google or intels own search function yields no results. I have not been able to find it mentioned anywhere in the documentation either.
The question is: What arguments must I pass to this function to catch all CRC exceptions?
Kind regards,
Lennart