Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
7 years ago

Non-Kernel Functions called from a Kernel

I'm looking to better understand how the offline compiler handles function calls. For example, I have a function definition: void computeValue(specialStruct *mystruct, ushort *answer); I...