Forum Discussion
Altera_Forum
Honored Contributor
19 years agoSome questions about C2H
When I used C2H to accelerate my code,I met some problems. I chose a fuction to accelerate,but the report told me that:"The code does not contain any loop...".But it has 6 loops. I don't kno...
Altera_Forum
Honored Contributor
19 years agoHi Try to remove any ALTERA NIOS specific HAL use and also ignore# define statement.
Because C2H only accelerate the function which is purely C/C++ and used only their library. They will never work with NIOS HAL function and etc.. Best Regards, slsnios