Forum Discussion
Altera_Forum
Honored Contributor
12 years agoTo reuse helper functions I recommend placing the those functions into a seperate file and include the file in the kernel files that require it. Only the functions used by a kernel will get pulled into the hardware so you don't have to worry about bloating up the hardware with extra helper functions that are not used.