We do not receive any response from you to the previous question/reply/answer that I have provided. Please post a response in the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you with your follow-up questions
Forum Discussion
AnilErinch_A_Intel
Frequent Contributor
5 years agoHi,
Hope you are staying safe.
Regarding compilation
1. You can compile the HLS component and testbench separately. We hint at this flow in the tutorial <hls Installation>/examples/tutorials/usability/compiler_interoperability. In your build script, you require 3 passes:
a. Compile component source files into an object file with -march=<some FPGA>
b. Compile testbench source files into an object file with -march=x86-64
c. Link component and testbench object files with -march=<some FPGA>
By this way you can overcome the issue. Please let us know if this works
Thanks and Regards
Anil
AnilErinch_A_Intel
Frequent Contributor
5 years ago