JGome70
New Contributor
6 years agoHow to debug Internal compiler error of I++
I am experimenting with Quartus 19.4. I have a component to create IP using the HLS compiler. I followed a Makefile structure very similar to what is found in the counter example. While that example ...
- 6 years ago
Hi,
Upon checking, the HLS does not allow you to compile class methods as functions into RTL unless they are declared ‘static’.
Thanks