You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently the Makefile doesn't support 7v3 board. But you can change the Makefile to support that. Just check what is done for KU115 board, and do the similar thing for 7V3. Let me know how you get on.
Hello,
I try to compile Gemx for an Xilinx_adm-pcie-7v3_1ddr_2_1. However, the compilation ends up with the following error:
$ make run_hw SDA_FLOW=hw GEMX_ddrWidth=32 GEMX_gemmMBlocks=8 GEMX_gemmKBlocks=8 GEMX_gemmNBlocks=8 GEMX_numKernels=4 GEMX_runGemv=0 GEMX_runTransp=0 GEMX_runGemm=1 GEMX_part=vu9pf1 GEMX_kernelHlsFreq=250 GEMX_kernelVivadoFreq=300 GEMX_useURAM=1 GEMX_vivadoFlow=EXP
make: *** No rule to make target `run_hw'. Stop.
The environment variables are set up before compilation as follows:
$ source /opt/Xilinx/SDAccel/2016.2/settings64.sh
$ export LD_LIBRARY_PATH=/opt/Xilinx/SDAccel/2016.2/runtime/lib/x86_64:$LD_LIBRARY_PATH
It is my pleasure if someone could help me to solve the error.
Regards,
Hamidreza
The text was updated successfully, but these errors were encountered: