Forum Discussion

JGome70's avatar
JGome70
Icon for New Contributor rankNew Contributor
6 years ago
Solved

How 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 ...
  • MEIYAN_L_Intel's avatar
    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