Forum Discussion
Altera_Forum
Honored Contributor
14 years agoDo you have some# define directive around this function?
Sometime C2H might not recognize the function if it's in a# ifdef directive and the variable define condition variable is in another file. Also check out that whether or not Eclipse outline can see your function. Although it's not related to C2H but if you see it in the file outline, it means that the function is properly defined.