FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
5892 Discussions

Not able to simulate the OpenCL library written in RTL

VE000
Beginner
392 Views

I have followed the steps listed in https://www.intel.com/content/www/us/en/programmable/documentation/mwh1391807965224.html#hvj1535464666611

 

However I get the following error -

 

ERROR: No devices found

Querying platform for info:

==========================

CL_PLATFORM_NAME                        = Intel(R) FPGA SDK for OpenCL(TM)

CL_PLATFORM_VENDOR                      = Intel(R) Corporation

CL_PLATFORM_VERSION                     = OpenCL 1.0 Intel(R) FPGA SDK for OpenCL(TM), Version 18.1

 

Querying device for info:

========================

CL_DEVICE_NAME                          = ���Ū

CL_DEVICE_VENDOR                        = ���Ū

CL_DEVICE_VENDOR_ID                     = 32682

Segmentation fault (core dumped)

 

I have set the environment variables as specified in the same link.

 

 

0 Kudos
1 Reply
MEIYAN_L_Intel
Employee
219 Views

Hi,

It seem like it cannot recognize the device and show it is found the device:

CL_DEVICE_NAME                          = ���Ū

CL_DEVICE_VENDOR                        = ���Ū

 

May I know the information as below:

  1. OpenCL SDK version
  2. OS used
  3. Environment variable
  4. Does the  aocl diagnose pass?

 

Thanks

0 Kudos
Reply