Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1677 Discussions

Quartus tcl error on fpga compile

Ruchit_rt
New Contributor I
5,110 Views

I have the following hardware.sh script:

 

#!/bin/bash
source /opt/intel/oneapi/setvars.sh > /dev/null 2>&1
export PKG_CONFIG_PATH=/home/u196631/opencv_install/lib/pkgconfig:$PKG_CONFIG_PATH
export QUARTUS_ROOTDIR=/glob/development-tools/versions/intelFPGA_pro/19.2/quartus/
export QSYS_ROOTDIR=/glob/development-tools/versions/intelFPGA_pro/19.2/qsys/bin
export PATH="$QUARTUS_ROOTDIR/bin:$QSYS_ROOTDIR:$PATH"
cd /home/u196631/urop/final-year-project/
icpx -v -fsycl -fintelfpga -DFPGA_HARDWARE src/model_quantised.cpp -Xshardware -o model_quantised.fpga -Xstarget=intel_s10sx_pac:pac_s10_usm $(pkg-config --cflags --libs opencv4)
 
which I submit as follows on intel dev cloud: 
qsub -l nodes=1:fpga_compile:ppn=2 scripts/hardware.sh -l walltime=23:00:00
 
I get the following error related to tcl:
output logoutput logerr logerr log
 
In text the err:
Info: Command: quartus_sh -t build/entry.tcl import
Info: Quartus(args): import
Error (23018): Tcl Script File build/entry.tcl not found
Error (23031): Evaluation of Tcl script build/entry.tcl unsuccessful
 
I am not able to compile on fpga. Can someone please guide me?
 
Thank you!
Labels (1)
0 Kudos
22 Replies
JaideepK_Intel
Moderator
1,046 Views

Hi,


If this resolves your issue, make sure to accept this as a solution. This would help others with similar issue. Thank you!


Regards,

Jaideep


0 Kudos
JaideepK_Intel
Moderator
1,029 Views

Hi,


We assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.


Thanks,

Jaideep


0 Kudos
Reply