Page 1 of 1

SDSoC - Moving Functions into HW

Posted: Fri Jun 02, 2017 1:43 pm
by Boitumelo_Ruf
Hi all,

I am having difficulties moving functions into hardware with help of SDSoC. When I try to mark a function to be compiled into HW a warning appears:

"The following hardware functions have been removed because they are no longer valid."

Has anyone experienced the same problem? Any Idea on how to fix it?

Regards,
Boitumelo

Re: SDSoC - Moving Functions into HW

Posted: Fri Jun 02, 2017 2:15 pm
by Boitumelo_Ruf
SOLVED: The Project I was currently working on is a copy from an older project in the same workspace. The project name in files <build>_project.sdsoc was still the one of the original project. SDSoC couldn't find the function which where supposed to be moved to hardware in the original project and reported them as invalid. Changing the project name in the corresponding files solved the error.