Replies: 1 comment
-
Maybe you can try to disable the check |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello teacher and TA, I and working on Final project on HLS.
My subject is "Adaptive Beamforming", and I build a project to design and run the sub_kernel "QR Factorization".
Here is my project: https://github.com/s095339/Adaptive_Beamforming.
The host code file is "host.cpp", and the related kernel file are "Top_Kernel.cpp","dut_type" and all files in ./hw
I copied the directory from the Vitis solver Library, which is located at "Vitis_Library/solver/L2/tests/hw/geqrf", and add the related file to make sure all the dependency are included.
I can run software emulation by typing "make run TARGET=sw_emu". Everything can run successfully.
But when I run hardware emulation, the execution get stuck when running the host code. I think compiler can synthesis can compile my code successfully.
Here is the information generated on my mobaXterm :
I checked the log file that generated during the emulation:
I found that it keeps generating the warning message
I have no idea why this message shows on the log file and what are the message refer to . it seems that the warning slows the emulation down. I hope anyone can help me solving the problem.
Beta Was this translation helpful? Give feedback.
All reactions