Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21602 讨论

How do I get OPAE on oneAPI?

shreenithi
初学者
1,945 次查看

I couldn't find OPAE in my oneAPI devcloud, and I can't install it easily without root access. How do I get OPAE?

0 项奖励
1 解答
BoonBengT_Altera
主持人
1,908 次查看

Hi @shreenithi,

 

Thank you for posting in Intel community forum and hope all is well.
There seems to be a problem in the Arria10 nodes for now, hence would suggest to use the Stratix 10 - OneAPI, OpenVINO nodes.

 

Once in the nodes, use the 'tools_setup' command to complete the setup, selection the options #7, that should source the required opae resources.
To verify, you may use the following command 'echo $OPAE_PLATFORM_ROOT', it should produce an output of the opae path.
Hope that clarify.

 

Best Wishes
BB

在原帖中查看解决方案

0 项奖励
4 回复数
BoonBengT_Altera
主持人
1,909 次查看

Hi @shreenithi,

 

Thank you for posting in Intel community forum and hope all is well.
There seems to be a problem in the Arria10 nodes for now, hence would suggest to use the Stratix 10 - OneAPI, OpenVINO nodes.

 

Once in the nodes, use the 'tools_setup' command to complete the setup, selection the options #7, that should source the required opae resources.
To verify, you may use the following command 'echo $OPAE_PLATFORM_ROOT', it should produce an output of the opae path.
Hope that clarify.

 

Best Wishes
BB

0 项奖励
shreenithi
初学者
1,892 次查看

Thanks a lot, I've found it. 

I can't seem to find the OPAE lib and include folders in this path, where could they be? 

 

I wish to set these two env variables:

export C_INCLUDE_PATH=$OPAE_HOME/include:$C_INCLUDE_PATH
export LD_LIBRARY_PATH=$OPAE_HOME/lib:$LD_LIBRARY_PATH

0 项奖励
BoonBengT_Altera
主持人
1,850 次查看

Hi @shreenithi,

 

For the OPAE library it should be in the sw folder.
As for the include folder I am unsure which type you are looking for, perhaps you can use the find command in linux to perform some searching.
Hope that clarify.

 

Best Wishes
BB

0 项奖励
BoonBengT_Altera
主持人
1,810 次查看

Hi @shreenithi,

 

Greetings, as we do not receive any further clarification on what is provided, we would assume challenge are resolved. Hence thread will no longer monitor this thread. For new queries, please feel free to open a new thread and we will be right with you. Pleasure having you here.

 

Best Wishes
BB

0 项奖励
回复