Knowledge Base Article

** Error: ./../../ip/kernel_system/kernel_system_sys_description_rom/acl_rom_module_10/sim/acl_rom_module.v(77): Module 'acl_reset_handler' is not defined.

Description

Due to a problem in the Intel® FPGA SDK for OpenCL version 19.3, this error may be seen when simulating an OpenCL kernel which doesn’t include the “kernel” keyword in it’s source file .

The kernel keyword ie (_kernel) should be in front of any function that is intended to be an OpenCL kernel, an example below

__kernel void vector_add

Resolution

This problem is fixed in Intel® FPGA SDK for OpenCL software version 20.1.

Updated 5 days ago
Version 3.0
No CommentsBe the first to comment