Forum Discussion
lingxi10
New Contributor
3 years agoHLS compiler failed
Hi there, The compiler failed with error message "Unrecognized interface class conduit_end" in debug.log. I am wondering if the streaming input has maximum number of bits? When I am inputting 2056 b...
BoonBengT_Altera
Moderator
3 years agoHi @lingxi10,
Greetings, just following up on the previous clarification.
By any chances did you managed to look into the it?
Best Wishes
BB
- lingxi103 years ago
New Contributor
Hi there,
Thanks for replying. The input type is ihc::stream_in<samples, ihc::usesReady<false>, ihc::usesValid<false>> where samples is an input with 4096 bits. I ran HLS compiler using i++ command and according to the debug.log I attached in my previous post, the process seems to failed at generating qsys interface for the component
Here is what I did and the info printed in the terminal if that help:
Command: i++ -march=Stratix10 -ghdl SumAndSquare.cpp -o SumAndSquare
Result: HLS Generate testbench QSYS system FAILED.
See **/debug.log for details.
make: *** [<builtin>: SumAndSquare] Error 1