Forum Discussion
StefanoC
Occasional Contributor
2 years agooneAPI on Cyclone10gx
Hi all, the official Intel fpga requirement page says the Cyclone10gx fpga is supported by oneAPI so I downloaded the latest version on my Ubuntu20 (Quartus Prime also installed), I tried to compile...
BoonBengT_Altera
Moderator
2 years agoHi @StefanoC,
Appreciate and noted on the sample code used, as well as the checking on the board connection to windows 10 host.
Also noted Ubuntu, you have run the command jtagconfig to check on the connect to board.
Further question, may I know what is the what are the quartus prime pro version and oneapi version that you have?
Hope to hear from you soon.
Best Wishes
BB
StefanoC
Occasional Contributor
2 years agolatest version of oneAPI:
tetto@ubuntuoffice:~/mytrial1$ icpx --version Intel(R) oneAPI DPC++/C++ Compiler 2024.0.2 (2024.0.2.20231213) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /opt/intel/oneapi/compiler/2024.0/bin/compiler Configuration file: /opt/intel/oneapi/compiler/2024.0/bin/compiler/../icpx.cfg
I have both artus 23.4 (I know not compatible/supported by oneAPI latest yet) and Quartus 23.1 (this should be compatible). My licence is Pro, here is my .bashrc file (do I miss anything there?)
export QSYS_ROOTDIR="/home/tetto/intelFPGA_pro/23.1/qsys/bin" export QUARTUS_ROOTDIR_OVERRIDE=/home/tetto/intelFPGA_pro/23.1/quartus export LD_LIBRARY_PATH=~/intelFPGA_pro/23.1/quartus/linux64:$LD_LIBRARY_PATH export CL_CONTEXT_MPSIM_DEVICE_INTELFPGA=1 export PATH=$PATH:/home/tetto/intelFPGA_pro/23.1/quartus/bin/ export INTELFPGAOCLSDKROOT="/home/tetto/intelFPGA_pro/23.1/hld"
p.s. It just occurred to me, that my machine CPU is non Intel (AMD Ryzen Threadripper 3960X 24-Core Processor), I would think that not an issue, isn't it?