Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
1345 Discussions

Intel Devcloud for oneAPI not support simulation

MinhLe
Beginner
336 Views

Hi, currently, I'm using Intel Devcloud for OneAPI to learn image processing with SYCL. I try to run a simple program with simulation. To be  precise, I use this command "icpx -fsycl -lOpenCL -fintelfpga sel.cpp -o sel -Xssimulation", and it gives me error for cannot using ModelSim like this:

```

aoc: Compiling for Simulator.
Error: Error accessing ModelSim. Please ensure you have a valid ModelSim installation on your path.
Check your ModelSim installation with "vsim -version"

llvm-foreach:
icpx: error: fpga compiler command failed with exit code 1 (use -v to see invocation)

```

When I try to run vsim command on Intel Devcloud for oneAPI, it gives me error like this:

```

Error: cannot find "./../linux_rh60/vsim"

```

How can I fix this?

0 Kudos
6 Replies
MinhLe
Beginner
305 Views

Does anyone fix this issue? I still cannot simulate due to this Modelsim error.

AlekhyaV_Intel
Moderator
299 Views

Hi,


Thank you for posting in Intel Communities. We apologize to inform you that ModelSim is unavailable in Intel oneAPI DevCloud.


So you can refer to this link to use modelsim : https://github.com/intel/FPGA-Devcloud/tree/master/main/Devcloud_Access_Instructions#devcloud-access...

You can use X2Go to launch modelsim.


Initially, get into FPGA queue with the below commands in devcloud and download ModelSim:

  1. source /data/intel_fpga/devcloudLoginToolSetup.sh
  2. devcloud_login


Regards,

Alekhya


MinhLe
Beginner
294 Views

So when will Intel Devcloud for oneAPI support simulation using Modelsims? Just asking. 

AlekhyaV_Intel
Moderator
278 Views

Hi,


Intel oneAPI DevCloud is solely related to oneAPI software. It supports applications that use oneAPI-related products or components. ModelSIM is associated with FPGA, though. As a result, ModelSIM is not supported by oneAPI DevCloud at this time or in the future.


Regards,

Alekhya


AlekhyaV_Intel
Moderator
224 Views

Hi,


Has the solution provided helped? Can we discontinue monitoring this thread? Please give us an update.


Regards,

Alekhya


AlekhyaV_Intel
Moderator
201 Views

Hi,


We have not heard back from you, So we will assume that your issue is resolved. If you need any further assistance, please post a new question as this thread will no longer be monitored by Intel.


Regards,

Alekhya


Reply